Skip to content

Commit d374f04

Browse files
authored
Fix run_tpu_test (vllm-project#14641)
Signed-off-by: <ricliu@google.com> Signed-off-by: Richard Liu <ricliu@google.com>
1 parent 61a01b2 commit d374f04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.buildkite/run-tpu-test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ docker run --privileged --net host --shm-size=16G -it \
1919
vllm-tpu /bin/bash -c "python3 -m pip install git+https://github.com/thuml/depyf.git \
2020
&& python3 -m pip install pytest \
2121
&& python3 -m pip install lm_eval[api]==0.4.4 \
22-
&& pytest -v -s /workspace/vllm/tests/entrypoints/openai/test_accuracy.py \
2322
&& pytest -v -s /workspace/vllm/tests/tpu/test_custom_dispatcher.py \
2423
&& python3 /workspace/vllm/tests/tpu/test_compilation.py \
2524
&& python3 /workspace/vllm/tests/tpu/test_quantization_accuracy.py \

0 commit comments

Comments
 (0)