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
12866af7
Unverified
Commit
12866af7
authored
Nov 25, 2025
by
Xieyang Xu
Committed by
GitHub
Nov 26, 2025
Browse files
dummy run corner case (#29433)
parent
d8819c88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+1
-1
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
12866af7
...
...
@@ -2789,7 +2789,7 @@ class GPUModelRunner(
# returns True. before returning early here we call
# dummy run to ensure coordinate_batch_across_dp
# is called into to avoid out of sync issues.
self
.
_dummy_run
(
1
)
self
.
_dummy_run
(
self
.
_get_num_input_tokens
(
1
)
)
if
not
has_kv_transfer_group
():
# Return empty ModelRunnerOutput if no work to do.
return
EMPTY_MODEL_RUNNER_OUTPUT
...
...
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