Skip to content

Commit c32d4bf

Browse files
ShangmingCailulmer
authored andcommitted
[Bugfix] Remove unused seq_group_metadata_list from ModelInputForGPU (vllm-project#12935)
Signed-off-by: Shangming Cai <[email protected]> Signed-off-by: Louis Ulmer <[email protected]>
1 parent 0f837b9 commit c32d4bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/worker/model_runner.py

-1
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)