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
43877a62
Unverified
Commit
43877a62
authored
Mar 22, 2026
by
Woosuk Kwon
Committed by
GitHub
Mar 22, 2026
Browse files
[MRV2] Enable PP CUDA graph test (#37830)
Signed-off-by:
Woosuk Kwon
<
woosuk@inferact.ai
>
parent
63f49b8b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.buildkite/test_areas/model_runner_v2.yaml
.buildkite/test_areas/model_runner_v2.yaml
+2
-3
No files found.
.buildkite/test_areas/model_runner_v2.yaml
View file @
43877a62
...
@@ -87,13 +87,12 @@ steps:
...
@@ -87,13 +87,12 @@ steps:
-
vllm/v1/worker/gpu/
-
vllm/v1/worker/gpu/
-
vllm/v1/worker/gpu_worker.py
-
vllm/v1/worker/gpu_worker.py
-
tests/distributed/test_pipeline_parallel.py
-
tests/distributed/test_pipeline_parallel.py
#
- tests/distributed/test_pp_cudagraph.py
-
tests/distributed/test_pp_cudagraph.py
commands
:
commands
:
-
set -x
-
set -x
-
export VLLM_USE_V2_MODEL_RUNNER=1
-
export VLLM_USE_V2_MODEL_RUNNER=1
-
pytest -v -s distributed/test_pipeline_parallel.py -k "not ray and not Jamba"
-
pytest -v -s distributed/test_pipeline_parallel.py -k "not ray and not Jamba"
# TODO: Uncomment once https://github.com/vllm-project/vllm/pull/35162 is merged.
-
pytest -v -s distributed/test_pp_cudagraph.py -k "not ray"
#- pytest -v -s distributed/test_pp_cudagraph.py -k "not ray"
-
label
:
Model Runner V2 Spec Decode
-
label
:
Model Runner V2 Spec Decode
timeout_in_minutes
:
30
timeout_in_minutes
:
30
...
...
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