mirror of https://github.com/Jittor/Jittor
update version
This commit is contained in:
parent
0ea0fd9351
commit
7416cfb7e4
|
@ -9,7 +9,7 @@
|
|||
# file 'LICENSE.txt', which is part of this source code package.
|
||||
# ***************************************************************
|
||||
|
||||
__version__ = '1.3.9.8'
|
||||
__version__ = '1.3.9.9'
|
||||
from jittor_utils import lock
|
||||
with lock.lock_scope():
|
||||
ori_int = int
|
||||
|
@ -2174,4 +2174,4 @@ from . import distributions
|
|||
|
||||
if jt.compiler.has_acl:
|
||||
from jittor.extern.acl.acl_compiler import change_function
|
||||
change_function()
|
||||
change_function()
|
||||
|
|
Loading…
Reference in New Issue