Skip to content

Commit d615026

Browse files
committed
Clean Up
1 parent 4742152 commit d615026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/tpu/worker/test_tpu_model_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _schedule_new_request(*req_ids: str) -> SchedulerOutput:
8181
mm_hashes=[],
8282
mm_positions=[],
8383
sampling_params=SamplingParams(),
84-
block_ids=[[0]], # Fixed: block_ids should be list[list[int]]
84+
block_ids=[[0]], # block_ids should be list[list[int]]
8585
num_computed_tokens=0,
8686
lora_request=None,
8787
))

0 commit comments

Comments
 (0)