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
45c35f0d
Unverified
Commit
45c35f0d
authored
Jun 05, 2024
by
Li, Jiang
Committed by
GitHub
Jun 04, 2024
Browse files
[CI/Build] Reducing CPU CI execution time (#5241)
parent
9ba093b4
Changes
1
Hide 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 @
45c35f0d
...
...
@@ -11,7 +11,7 @@ trap remove_docker_container EXIT
remove_docker_container
# Run the image
docker run
-itd
-v
~/.cache/huggingface:/root/.cache/huggingface
--network
host
-e
HF_TOKEN
--env
VLLM_CPU_KVCACHE_SPACE
=
4
--name
cpu-test cpu-test
docker run
-itd
-v
~/.cache/huggingface:/root/.cache/huggingface
--cpuset-cpus
=
48-95
--cpuset-mems
=
1
--network
host
-e
HF_TOKEN
--env
VLLM_CPU_KVCACHE_SPACE
=
4
--name
cpu-test cpu-test
# offline inference
docker
exec
cpu-test bash
-c
"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