prune pyc

This commit is contained in:
Dun Liang 2021-07-31 14:22:39 +08:00
parent b7fff3072a
commit 11c2812b5c
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
exclude __data__
exclude __pycache__
prune **/__data__/
prune **/__pycache__
prune *.pyc

View File

@ -9,7 +9,7 @@
# 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
with lock.lock_scope():
ori_int = int