We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a01b2 commit d374f04Copy full SHA for d374f04
.buildkite/run-tpu-test.sh
@@ -19,7 +19,6 @@ docker run --privileged --net host --shm-size=16G -it \
19
vllm-tpu /bin/bash -c "python3 -m pip install git+https://github.com/thuml/depyf.git \
20
&& python3 -m pip install pytest \
21
&& python3 -m pip install lm_eval[api]==0.4.4 \
22
- && pytest -v -s /workspace/vllm/tests/entrypoints/openai/test_accuracy.py \
23
&& pytest -v -s /workspace/vllm/tests/tpu/test_custom_dispatcher.py \
24
&& python3 /workspace/vllm/tests/tpu/test_compilation.py \
25
&& python3 /workspace/vllm/tests/tpu/test_quantization_accuracy.py \
0 commit comments