diff --git a/.buildkite/scripts/hardware_ci/run-cpu-test.sh b/.buildkite/scripts/hardware_ci/run-cpu-test.sh index 471c8616df85..ee6510bf88e3 100644 --- a/.buildkite/scripts/hardware_ci/run-cpu-test.sh +++ b/.buildkite/scripts/hardware_ci/run-cpu-test.sh @@ -84,7 +84,7 @@ function cpu_tests() { docker exec cpu-test-"$NUMA_NODE" bash -c " set -e pytest -x -s -v \ - tests/lora/test_qwen2vl.py" + tests/lora/test_qwenvl.py" # online serving: tp+pp docker exec cpu-test-"$NUMA_NODE" bash -c '