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 6038128 commit 1975785Copy full SHA for 1975785
.buildkite/run-hpu-test.sh
@@ -20,5 +20,10 @@ trap remove_docker_container_and_exit EXIT
20
remove_docker_container
21
22
# Run the image and launch offline inference
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
+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"
29
EXITCODE=$?
0 commit comments