We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4742152 commit d615026Copy full SHA for d615026
tests/v1/tpu/worker/test_tpu_model_runner.py
@@ -81,7 +81,7 @@ def _schedule_new_request(*req_ids: str) -> SchedulerOutput:
81
mm_hashes=[],
82
mm_positions=[],
83
sampling_params=SamplingParams(),
84
- block_ids=[[0]], # Fixed: block_ids should be list[list[int]]
+ block_ids=[[0]], # block_ids should be list[list[int]]
85
num_computed_tokens=0,
86
lora_request=None,
87
))
0 commit comments