modelscope / eval-scope

A streamlined and customizable framework for efficient large model evaluation and performance benchmarking
Apache License 2.0
110 stars 14 forks source link

enhance compatibility with Windows system. #68

Closed ChunchunWang5 closed 1 week ago

ChunchunWang5 commented 1 week ago

在LLM推理引擎性能评测时,发现http_client.py下的benchmark不兼容windows,具体原因是在 windows 系统上调用了loop.add_signal_handler 方法。修改后,判断平台为windows会跳过这一步骤。