Unverified Commit 2e8e49fc authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[Fix] Remove false assertion (#1222)

parent a8e98aee
...@@ -155,8 +155,6 @@ class Worker: ...@@ -155,8 +155,6 @@ class Worker:
self, self,
seq_group_metadata_list: List[SequenceGroupMetadata], seq_group_metadata_list: List[SequenceGroupMetadata],
) -> Tuple[torch.Tensor, torch.Tensor, InputMetadata]: ) -> Tuple[torch.Tensor, torch.Tensor, InputMetadata]:
assert self.block_size is not None
seq_groups: List[Tuple[List[int], SamplingParams]] = [] seq_groups: List[Tuple[List[int], SamplingParams]] = []
input_tokens: List[int] = [] input_tokens: List[int] = []
input_positions: List[int] = [] input_positions: List[int] = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment