Skip to content

Commit 0b24fb6

Browse files
ShangmingCaiSzymonOzog
authored andcommitted
[Bugfix] Remove unused seq_group_metadata_list from ModelInputForGPU (vllm-project#12935)
Signed-off-by: Shangming Cai <[email protected]> Signed-off-by: SzymonOzog <[email protected]>
1 parent e944ad7 commit 0b24fb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/worker/model_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ class ModelInputForGPU(ModelRunnerInputBase):
9898
finished_requests_ids: Optional[List[str]] = None
9999
virtual_engine: int = 0
100100
async_callback: Optional[Callable] = None
101-
seq_group_metadata_list: Optional[List[SequenceGroupMetadata]] = None
102101
scheduler_outputs: Optional[SchedulerOutputs] = None
103102

104103
def as_broadcastable_tensor_dict(self) -> Dict[str, Any]:

0 commit comments

Comments
 (0)