Skip to content

Commit 1766fad

Browse files
committed
do not use cache on tests
Signed-off-by: NickLucche <nlucches@redhat.com>
1 parent 8f7bace commit 1766fad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ 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 "python3 -m pip install git+https://github.com/thuml/depyf.git \
19+
vllm-tpu /bin/bash -c "rm -r ~/.cache/vllm/xla_cache \
20+
&& python3 -m pip install git+https://github.com/thuml/depyf.git \
2021
&& python3 -m pip install pytest pytest-asyncio tpu-info \
2122
&& python3 -m pip install lm_eval[api]==0.4.4 \
23+
&& export VLLM_XLA_CACHE_PATH= \
2224
&& export VLLM_USE_V1=1 \
2325
&& export VLLM_XLA_CHECK_RECOMPILATION=1 \
2426
&& echo HARDWARE \

0 commit comments

Comments
 (0)