Unverified Commit 905d0f0a authored by Chendi.Xue's avatar Chendi.Xue Committed by GitHub
Browse files

[CI/Build] Fix IDC hpu [Device not found] issue (#10384)


Signed-off-by: default avatarChendi Xue <chendi.xue@intel.com>
parent 643ecf7b
......@@ -13,4 +13,4 @@ trap remove_docker_container EXIT
remove_docker_container
# Run the image and launch offline inference
docker run --runtime=habana --name=hpu-test --network=host -e VLLM_SKIP_WARMUP=true --entrypoint="" hpu-test-env python3 examples/offline_inference.py
\ No newline at end of file
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.py
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment