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() {
128
128
129
129
# --- Actual Test Execution ---
130
130
run_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\""
132
132
run_and_track_test 2 "test_moe_pallas.py" \
133
133
"python3 -m pytest -s -v /workspace/vllm/tests/tpu/test_moe_pallas.py"
134
134
run_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" \
134
134
run_and_track_test 2 "test_basic.py" \
135
135
"python3 -m pytest -s -v /workspace/vllm/tests/v1/tpu/test_basic.py"
136
136
run_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"
138
138
run_and_track_test 4 "test_quantization_accuracy.py" \
139
139
"python3 -m pytest -s -v /workspace/vllm/tests/tpu/test_quantization_accuracy.py"
140
140
run_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(
96
96
more_args = None
97
97
if current_platform .is_tpu ():
98
98
# 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" )
102
99
more_args = "max_model_len=2048,max_num_seqs=128,kv_cache_dtype=fp8"
103
100
104
101
# Add TP test (if provided)
You can’t perform that action at this time.
0 commit comments