Skip to content

Commit f5caa08

Browse files
author
zhouyu5
committed
Revert "add ci test"
This reverts commit 38d47131699889d7b4f666a35c36b39bec18aceb. Signed-off-by: zhouyu5 <yu.zhou@intel.com>
1 parent 1975785 commit f5caa08

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.buildkite/run-hpu-test.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ trap remove_docker_container_and_exit EXIT
2020
remove_docker_container
2121

2222
# Run the image and launch offline inference
23-
docker run --runtime=habana --name=hpu-test --network=host \
24-
-e HABANA_VISIBLE_DEVICES=all -e VLLM_SKIP_WARMUP=true \
25-
--entrypoint="" hpu-test-env \
26-
/bin/bash -c "python3 examples/offline_inference/basic.py \
27-
&& python3 -m pip install pytest \
28-
&& pytest -v -s /workspace/vllm/tests/entrypoints/llm/test_guided_generate.py"
23+
docker run --runtime=habana --name=hpu-test --network=host -e HABANA_VISIBLE_DEVICES=all -e VLLM_SKIP_WARMUP=true --entrypoint="" hpu-test-env python3 examples/offline_inference/basic.py
2924
EXITCODE=$?

0 commit comments

Comments
 (0)