We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a23f86 commit ea5851fCopy full SHA for ea5851f
.buildkite/scripts/hardware_ci/run-tpu-v1-test.sh
@@ -16,8 +16,7 @@ source /etc/environment
16
# Run a simple end-to-end example.
17
docker run --privileged --net host --shm-size=16G -it \
18
-e "HF_TOKEN=$HF_TOKEN" --name tpu-test \
19
- vllm-tpu /bin/bash -c "rm -r ~/.cache/vllm/xla_cache \
20
- && python3 -m pip install git+https://github.com/thuml/depyf.git \
+ vllm-tpu /bin/bash -c "python3 -m pip install git+https://github.com/thuml/depyf.git \
21
&& python3 -m pip install pytest pytest-asyncio tpu-info \
22
&& python3 -m pip install lm_eval[api]==0.4.4 \
23
&& export VLLM_XLA_CACHE_PATH= \
0 commit comments