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 a8e98ae commit 2e8e49fCopy full SHA for 2e8e49f
vllm/worker/worker.py
@@ -155,8 +155,6 @@ def _prepare_inputs(
155
self,
156
seq_group_metadata_list: List[SequenceGroupMetadata],
157
) -> Tuple[torch.Tensor, torch.Tensor, InputMetadata]:
158
- assert self.block_size is not None
159
-
160
seq_groups: List[Tuple[List[int], SamplingParams]] = []
161
input_tokens: List[int] = []
162
input_positions: List[int] = []
0 commit comments