bytedance / ByteMLPerf

AI Accelerator Benchmark focuses on evaluating AI Accelerators from a practical production perspective, including the ease of use and versatility of software and hardware.
https://bytemlperf.ai/
Apache License 2.0
188 stars 50 forks source link

python 3.10.12无法启动 #72

Closed incomingflyingbrick closed 3 months ago

incomingflyingbrick commented 3 months ago

你好,我在做llm测试 这个是我使用的命令,但是运行之后报错了,请问可以看一下么?

python3 launch.py --task chatglm2-torch-fp16-6b --hardware_type GPU

运行报错 ImportError: cannot import name 'TypeGuard' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)

suisiyuan commented 3 months ago

更新一下typing_extensions的版本。

incomingflyingbrick commented 3 months ago

可以了,现在close issue