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
ffad9439
Unverified
Commit
ffad9439
authored
Mar 05, 2025
by
Russell Bryant
Committed by
GitHub
Mar 05, 2025
Browse files
[CI/Build] Use spawn multiprocessing mode for V1 test pipeline (#14243)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
4dacaa4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+3
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
ffad9439
...
@@ -78,6 +78,7 @@ steps:
...
@@ -78,6 +78,7 @@ steps:
-
tests/basic_correctness/test_preemption
-
tests/basic_correctness/test_preemption
-
tests/basic_correctness/test_cumem.py
-
tests/basic_correctness/test_cumem.py
commands
:
commands
:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -v -s basic_correctness/test_cumem.py
-
pytest -v -s basic_correctness/test_cumem.py
-
pytest -v -s basic_correctness/test_basic_correctness.py
-
pytest -v -s basic_correctness/test_basic_correctness.py
-
pytest -v -s basic_correctness/test_cpu_offload.py
-
pytest -v -s basic_correctness/test_cpu_offload.py
...
@@ -112,6 +113,7 @@ steps:
...
@@ -112,6 +113,7 @@ steps:
-
tests/entrypoints/test_chat_utils
-
tests/entrypoints/test_chat_utils
-
tests/entrypoints/offline_mode
-
tests/entrypoints/offline_mode
commands
:
commands
:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_guided_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
-
pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_guided_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
-
pytest -v -s entrypoints/llm/test_lazy_outlines.py
# it needs a clean process
-
pytest -v -s entrypoints/llm/test_lazy_outlines.py
# it needs a clean process
-
pytest -v -s entrypoints/llm/test_generate.py
# it needs a clean process
-
pytest -v -s entrypoints/llm/test_generate.py
# it needs a clean process
...
@@ -196,6 +198,7 @@ steps:
...
@@ -196,6 +198,7 @@ steps:
-
tests/v1
-
tests/v1
commands
:
commands
:
# split the test to avoid interference
# split the test to avoid interference
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
VLLM_USE_V1=1 pytest -v -s v1/core
-
VLLM_USE_V1=1 pytest -v -s v1/core
-
VLLM_USE_V1=1 pytest -v -s v1/engine
-
VLLM_USE_V1=1 pytest -v -s v1/engine
-
VLLM_USE_V1=1 pytest -v -s v1/sample
-
VLLM_USE_V1=1 pytest -v -s v1/sample
...
...
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