Skip to content

Commit 3af28dc

Browse files
author
David Ben-David
committed
Fix test_gpu_model_runner.py::test_update_states_request_resumed
Signed-off-by: David Ben-David <[email protected]>
1 parent 7a16d20 commit 3af28dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/v1/worker/test_gpu_model_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def test_update_states_request_resumed(model_runner, dist_init):
251251
new_token_ids=[[]],
252252
new_block_ids=([[0]], ),
253253
num_computed_tokens=[0],
254+
num_output_tokens=[0],
254255
)
255256

256257
scheduler_output = SchedulerOutput(

0 commit comments

Comments
 (0)