Skip to content

Commit c522293

Browse files
committed
fix param
Signed-off-by: jesse <szxfml@gmail.com>
1 parent 777046f commit c522293

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vllm_ascend/worker/npu_input_batch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ class CachedRequestState:
4848

4949
req_id: str
5050
prompt_token_ids: Optional[list[int]]
51-
mm_kwargs: list[MultiModalKwargsItem]
52-
mm_positions: list[PlaceholderRange]
53-
mm_hashes: list[str]
5451
sampling_params: Optional[SamplingParams]
5552
pooling_params: Optional[PoolingParams]
5653
generator: Optional[torch.Generator]

0 commit comments

Comments
 (0)