Skip to content

Commit ea5851f

Browse files
committed
wip
Signed-off-by: NickLucche <[email protected]>
1 parent 4a23f86 commit ea5851f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/scripts/hardware_ci/run-tpu-v1-test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ source /etc/environment
1616
# Run a simple end-to-end example.
1717
docker run --privileged --net host --shm-size=16G -it \
1818
-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 \
19+
vllm-tpu /bin/bash -c "python3 -m pip install git+https://github.com/thuml/depyf.git \
2120
&& python3 -m pip install pytest pytest-asyncio tpu-info \
2221
&& python3 -m pip install lm_eval[api]==0.4.4 \
2322
&& export VLLM_XLA_CACHE_PATH= \

0 commit comments

Comments
 (0)