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 1975785 commit f5caa08Copy full SHA for f5caa08
.buildkite/run-hpu-test.sh
@@ -20,10 +20,5 @@ 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 \
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"
+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
29
EXITCODE=$?
0 commit comments