运行python cli_demo.py chatglm报错No module named 'transformers'

[i 1013 12:34:35.103000 80 compiler.py:956] Jittor(1.3.8.5) src: c:\program files\python312\lib\site-packages\jittor
[i 1013 12:34:35.181000 80 compiler.py:957] cl at C:\Users\Administrator.cache\jittor\msvc\VC_____\bin\cl.exe(19.29.30133)
[i 1013 12:34:35.181000 80 compiler.py:958] cache_path: C:\Users\Administrator.cache\jittor\jt1.3.8\cl\py3.12.0\Windows-10-10.x46\IntelRCoreTMi5x5d\default
[i 1013 12:34:35.181000 80 install_cuda.py:93] cuda_driver_version: [9, 1, 0]
[w 1013 12:34:35.181000 80 install_cuda.py:114] Unsupport cuda driver version: [9, 1, 0], at least 10.2
[i 1013 12:34:35.197000 80 install_cuda.py:93] cuda_driver_version: [9, 1, 0]
[w 1013 12:34:35.197000 80 install_cuda.py:114] Unsupport cuda driver version: [9, 1, 0], at least 10.2
[i 1013 12:34:35.228000 80 __init__.py:227] Total mem: 7.87GB, using 2 procs for compiling.
[i 1013 12:34:39.407000 80 jit_compiler.cc:28] Load cc_path: C:\Users\Administrator.cache\jittor\msvc\VC_____\bin\cl.exe
Traceback (most recent call last):
File “E:\gpt6soft\JittorLLMs\models_init_.py”, line 42, in get_model
import transformers
ModuleNotFoundError: No module named ‘transformers’
Import Error, maybe the dependencies are not installed, please try ‘python -m pip install -r models/chatglm/requirements.txt -i Simple Index
导入错误,可能没有安装此模型需要的依赖,请尝试运行 ‘python -m pip install -r models/chatglm/requirements.txt -i Simple Index