File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.buildkite/scripts/hardware_ci Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ echo "Results will be stored in: $RESULTS_DIR"
62
62
echo "--- Installing Python dependencies ---"
63
63
python3 -m pip install --progress-bar off git+https://github.com/thuml/depyf.git \
64
64
&& python3 -m pip install --progress-bar off pytest pytest-asyncio tpu-info \
65
- && python3 -m pip install --progress-bar off lm_eval[api]==0.4.4
65
+ && python3 -m pip install --progress-bar off lm_eval[api]==0.4.4 \
66
+ && python3 -m pip install --progress-bar off hf-transfer
66
67
echo "--- Python dependencies installed ---"
67
68
export VLLM_USE_V1=1
68
69
export VLLM_XLA_CHECK_RECOMPILATION=1
@@ -150,7 +151,7 @@ run_and_track_test 9 "test_multimodal.py" \
150
151
run_and_track_test 10 "test_pallas.py" \
151
152
"python3 -m pytest -s -v /workspace/vllm/tests/v1/tpu/test_pallas.py"
152
153
run_and_track_test 11 "test_struct_output_generate.py" \
153
- "python3 -m pytest -s -v /workspace/vllm/tests/v1/entrypoints/llm/test_struct_output_generate.py -k \"not test_structured_output_with_reasoning_matrices\""
154
+ "HF_HUB_DISABLE_XET=1 python3 -m pytest -s -v /workspace/vllm/tests/v1/entrypoints/llm/test_struct_output_generate.py -k \"not test_structured_output_with_reasoning_matrices\""
154
155
run_and_track_test 12 "test_moe_pallas.py" \
155
156
"python3 -m pytest -s -v /workspace/vllm/tests/tpu/test_moe_pallas.py"
156
157
run_and_track_test 13 "test_lora.py" \
You can’t perform that action at this time.
0 commit comments