Skip to content

Commit 2e8e49f

Browse files
authored
[Fix] Remove false assertion (#1222)
1 parent a8e98ae commit 2e8e49f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/worker/worker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ def _prepare_inputs(
155155
self,
156156
seq_group_metadata_list: List[SequenceGroupMetadata],
157157
) -> Tuple[torch.Tensor, torch.Tensor, InputMetadata]:
158-
assert self.block_size is not None
159-
160158
seq_groups: List[Tuple[List[int], SamplingParams]] = []
161159
input_tokens: List[int] = []
162160
input_positions: List[int] = []

0 commit comments

Comments
 (0)