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
77a6572a
Unverified
Commit
77a6572a
authored
Apr 02, 2024
by
bigPYJ1151
Committed by
GitHub
Apr 01, 2024
Browse files
[HotFix] [CI/Build] Minor fix for CPU backend CI (#3787)
parent
0e3f06fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/run-cpu-test.sh
.buildkite/run-cpu-test.sh
+1
-1
No files found.
.buildkite/run-cpu-test.sh
View file @
77a6572a
...
@@ -11,4 +11,4 @@ trap remove_docker_container EXIT
...
@@ -11,4 +11,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
--network
host
--env
VLLM_CPU_KVCACHE_SPACE
=
1
--name
cpu-
check
cpu-test python3 examples/offline_inference.py
docker run
--network
host
--env
VLLM_CPU_KVCACHE_SPACE
=
1
--name
cpu-
test
cpu-test python3 examples/offline_inference.py
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