This commit is contained in:
Dun Liang 2021-06-22 15:13:16 +08:00
parent 6906df6d18
commit 66c3ab8c5a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
# file 'LICENSE.txt', which is part of this source code package.
# ***************************************************************
__version__ = '1.2.3.35'
__version__ = '1.2.3.36'
from jittor_utils import lock
with lock.lock_scope():
ori_int = int

View File

@ -31,7 +31,7 @@ def install_mkl(root_folder):
md5 = "35bbbdf550a9d8ad54db798e372000f6"
elif platform.machine()=='aarch64':
filename = "dnnl_lnx_2.2.0_cpu_gomp_aarch64.tgz"
md5 = "baed8bb96b2bbb3123f94d53cc46c69c"
md5 = "72cf9b0b8fd6c3c786d35a9daaee22b8"
else:
raise RuntimeError(f"platform.machine()=={platform.machine()} not support yet,"
" Please contact us on https://github.com/jittor/jittor ")