We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2cde0 commit 8fc571eCopy full SHA for 8fc571e
1 file changed
.buildkite/test_areas/model_runner_v2.yaml
@@ -87,13 +87,12 @@ steps:
87
- vllm/v1/worker/gpu/
88
- vllm/v1/worker/gpu_worker.py
89
- tests/distributed/test_pipeline_parallel.py
90
- #- tests/distributed/test_pp_cudagraph.py
+ - tests/distributed/test_pp_cudagraph.py
91
commands:
92
- set -x
93
- export VLLM_USE_V2_MODEL_RUNNER=1
94
- pytest -v -s distributed/test_pipeline_parallel.py -k "not ray and not Jamba"
95
- # TODO: Uncomment once https://github.com/vllm-project/vllm/pull/35162 is merged.
96
- #- pytest -v -s distributed/test_pp_cudagraph.py -k "not ray"
+ - pytest -v -s distributed/test_pp_cudagraph.py -k "not ray"
97
98
- label: Model Runner V2 Spec Decode
99
timeout_in_minutes: 30
0 commit comments