forked from jittor/jittor
Update auto_diff.py
fixed: symbol not found when running "from jittor_utils import auto_diff; import jittor as jt"
This commit is contained in:
parent
4d9d2d8601
commit
43b150a6c8
|
@ -7,8 +7,8 @@ import jittor_utils
|
|||
from jittor_utils import LOG
|
||||
import sys
|
||||
|
||||
jittor_utils.try_import_jit_utils_core()
|
||||
|
||||
with jittor_utils.import_scope(os.RTLD_GLOBAL | os.RTLD_NOW):
|
||||
jittor_utils.try_import_jit_utils_core()
|
||||
|
||||
has_error = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue