每个模型都报错

6 errors detected in the compilation of “C:/Users/sherr/.cache/jittor/jt1.3.8/cl/py3.9.9/Windows-10-10.x29/IntelRXeonRCPUx73/default/cu11.2.67/jit/__opkey0_reindex__Tx_float16__XDIM_1__YDIM_2__OVERFLOW_itof_0x0___INDEX0__e0_0____i0__e0_1___hash_94fc8dd89a7c3f89_op.cc”.
nvcc warning : The ‘compute_35’, ‘compute_37’, ‘compute_50’, ‘sm_35’, ‘sm_37’ and ‘sm_50’ architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
__opkey0_reindex__Tx_float16__XDIM_1__YDIM_2__OVERFLOW_itof_0x0___INDEX0__e0_0____i0__e0_1___hash_94fc8dd89a7c3f89_op.cc

Traceback (most recent call last):
File “E:\JittorLLMs\cli_demo.py”, line 8, in
model = models.get_model(args)
File “E:\JittorLLMs\models_init_.py”, line 46, in get_model
return module.get_model(args)
File “E:\JittorLLMs\models\llama_init_.py”, line 87, in get_model
return LLaMAModel(args)
File “E:\JittorLLMs\models\llama_init_.py”, line 54, in init
self.generator = load(
File “E:\JittorLLMs\models\llama_init_.py”, line 38, in load
model.load_state_dict(checkpoint)
File “C:\Users\sherr\AppData\Local\Programs\Python\Python39\lib\site-packages\jittor_init_.py”, line 1339, in load_state_dict
self.load_parameters(params)
File “C:\Users\sherr\AppData\Local\Programs\Python\Python39\lib\site-packages\jittor_init_.py”, line 1604, in load_parameters
v.sync(False, False)
RuntimeError: Wrong inputs arguments, Please refer to examples(help(jt.sync)).

Types of your inputs are:
self = Var,
args = (bool, bool, ),

The function declarations are:
VarHolder* sync(bool device_sync = false, bool weak_sync = true)

Failed reason:[f 0730 02:55:08.495000 24 parallel_compiler.cc:331] Error happend during compilation:
[Error] source file location:C:\Users\sherr.cache\jittor\jt1.3.8\cl\py3.9.9\Windows-10-10.x29\IntelRXeonRCPUx73\default\cu11.2.67\jit__opkey0_reindex__Tx_float16__XDIM_1__YDIM_2__OVERFLOW_itof_0x0___INDEX0__e0_0____i0__e0_1___hash_94fc8dd89a7c3f89_op.cc
Compile fused operator(1/2)failed:[Op(15:0:1:1:i2:o1:s0,reindex->16),]