File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
.buildkite/scripts/hardware_ci Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ run_and_track_test() {
128128
129129# --- Actual Test Execution ---
130130run_and_track_test 1 "test_struct_output_generate.py" \
131- "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\""
131+ "python3 -m pytest -s -v /workspace/vllm/tests/v1/entrypoints/llm/test_struct_output_generate.py -k \"not test_structured_output_with_reasoning_matrices\""
132132run_and_track_test 2 "test_moe_pallas.py" \
133133 "python3 -m pytest -s -v /workspace/vllm/tests/tpu/test_moe_pallas.py"
134134run_and_track_test 3 "test_lora.py" \
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ run_and_track_test 1 "test_compilation.py" \
134134run_and_track_test 2 "test_basic.py" \
135135 "python3 -m pytest -s -v /workspace/vllm/tests/v1/tpu/test_basic.py"
136136run_and_track_test 3 "test_accuracy.py::test_lm_eval_accuracy_v1_engine" \
137- "HF_HUB_DISABLE_XET=1 python3 -m pytest -s -v /workspace/vllm/tests/entrypoints/llm/test_accuracy.py::test_lm_eval_accuracy_v1_engine"
137+ "python3 -m pytest -s -v /workspace/vllm/tests/entrypoints/llm/test_accuracy.py::test_lm_eval_accuracy_v1_engine"
138138run_and_track_test 4 "test_quantization_accuracy.py" \
139139 "python3 -m pytest -s -v /workspace/vllm/tests/tpu/test_quantization_accuracy.py"
140140run_and_track_test 5 "examples/offline_inference/tpu.py" \
Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ def test_lm_eval_accuracy_v1_engine_fp8_kv_cache(
9696 more_args = None
9797 if current_platform .is_tpu ():
9898 # Limit compilation time for TPU V1
99-
100- # xet doesn't work well for Qwen/Qwen3-1.7B
101- m .setenv ("HF_HUB_DISABLE_XET" , "1" )
10299 more_args = "max_model_len=2048,max_num_seqs=128,kv_cache_dtype=fp8"
103100
104101 # Add TP test (if provided)
You can’t perform that action at this time.
0 commit comments