Skip to content

Commit 89f0ca7

Browse files
revert
Signed-off-by: Lucas Wilkinson <[email protected]>
1 parent 62ad56f commit 89f0ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2826,7 +2826,7 @@ def execute_model(
28262826
# returns True. before returning early here we call
28272827
# dummy run to ensure coordinate_batch_across_dp
28282828
# is called into to avoid out of sync issues.
2829-
self._dummy_run(self._get_num_input_tokens(1))
2829+
self._dummy_run(1)
28302830
if not has_kv_transfer_group():
28312831
# Return empty ModelRunnerOutput if no work to do.
28322832
return EMPTY_MODEL_RUNNER_OUTPUT

0 commit comments

Comments
 (0)