mirror of https://github.com/Jittor/Jittor
prune pyc
This commit is contained in:
parent
b7fff3072a
commit
11c2812b5c
|
@ -1,3 +1,5 @@
|
||||||
exclude __data__
|
exclude __data__
|
||||||
exclude __pycache__
|
exclude __pycache__
|
||||||
prune **/__data__/
|
prune **/__data__/
|
||||||
|
prune **/__pycache__
|
||||||
|
prune *.pyc
|
|
@ -9,7 +9,7 @@
|
||||||
# file 'LICENSE.txt', which is part of this source code package.
|
# file 'LICENSE.txt', which is part of this source code package.
|
||||||
# ***************************************************************
|
# ***************************************************************
|
||||||
|
|
||||||
__version__ = '1.2.3.85'
|
__version__ = '1.2.3.86'
|
||||||
from jittor_utils import lock
|
from jittor_utils import lock
|
||||||
with lock.lock_scope():
|
with lock.lock_scope():
|
||||||
ori_int = int
|
ori_int = int
|
||||||
|
|
Loading…
Reference in New Issue