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
2f2cdc74
Unverified
Commit
2f2cdc74
authored
Dec 04, 2024
by
Yan Ma
Committed by
GitHub
Dec 03, 2024
Browse files
[MISC][XPU] quick fix for XPU CI (#10859)
Signed-off-by:
yan ma
<
yan.ma@intel.com
>
parent
3bc94cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.buildkite/run-xpu-test.sh
.buildkite/run-xpu-test.sh
+4
-3
No files found.
.buildkite/run-xpu-test.sh
View file @
2f2cdc74
...
...
@@ -13,6 +13,7 @@ trap remove_docker_container EXIT
remove_docker_container
# Run the image and test offline inference/tensor parallel
docker run
-it
-d
--name
xpu-test
--device
/dev/dri
-v
/dev/dri/by-path:/dev/dri/by-path xpu-test /bin/bash
docker
exec
xpu-test bash
-c
"python3 examples/offline_inference.py"
docker
exec
xpu-test bash
-c
"python3 examples/offline_inference_cli.py -tp 2"
docker run
--name
xpu-test
--device
/dev/dri
-v
/dev/dri/by-path:/dev/dri/by-path
--entrypoint
=
""
xpu-test sh
-c
'
python3 examples/offline_inference.py
python3 examples/offline_inference_cli.py -tp 2
'
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