[CI/UT] Unify model usage via ModelScope in CI (#1207)

### What this PR does / why we need it?
Unify Model Usage via ModelScope

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed

Signed-off-by: hfadzxy <starmoon_zhang@163.com>
This commit is contained in:
zhangxinyuehfad
2025-07-04 10:52:17 +08:00
committed by GitHub
parent a5f33590d3
commit 4e910186de
9 changed files with 17 additions and 26 deletions

View File

@ -295,7 +295,7 @@ main() {
export VLLM_LOG_LEVEL="WARNING"
# set env
export HF_ENDPOINT="https://hf-mirror.com"
export VLLM_USE_MODELSCOPE=True
# prepare for benchmarking
cd benchmarks || exit 1