Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
905d0f0a
Unverified
Commit
905d0f0a
authored
Nov 17, 2024
by
Chendi.Xue
Committed by
GitHub
Nov 17, 2024
Browse files
[CI/Build] Fix IDC hpu [Device not found] issue (#10384)
Signed-off-by:
Chendi Xue
<
chendi.xue@intel.com
>
parent
643ecf7b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/run-hpu-test.sh
.buildkite/run-hpu-test.sh
+1
-1
No files found.
.buildkite/run-hpu-test.sh
View file @
905d0f0a
...
@@ -13,4 +13,4 @@ trap remove_docker_container EXIT
...
@@ -13,4 +13,4 @@ trap remove_docker_container EXIT
remove_docker_container
remove_docker_container
# Run the image and launch offline inference
# 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
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
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment