[Benchmark] Download model from modelscope (#634)

### What this PR does / why we need it?
-  Run benchmark scripts will Download model from modelscope

Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
Li Wang
2025-04-24 14:48:24 +08:00
committed by GitHub
parent 05bdcbeae4
commit 866ce7168c
4 changed files with 8 additions and 4 deletions

View File

@@ -264,6 +264,10 @@ main() {
# turn of the reporting of the status of each request, to clean up the terminal output
export VLLM_LOG_LEVEL="WARNING"
# set env
export VLLM_USE_MODELSCOPE="True"
export HF_ENDPOINT="https://hf-mirror.com"
# prepare for benchmarking
cd benchmarks || exit 1
get_benchmarks_scripts