We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777046f commit c522293Copy full SHA for c522293
vllm_ascend/worker/npu_input_batch.py
@@ -48,9 +48,6 @@ class CachedRequestState:
48
49
req_id: str
50
prompt_token_ids: Optional[list[int]]
51
- mm_kwargs: list[MultiModalKwargsItem]
52
- mm_positions: list[PlaceholderRange]
53
- mm_hashes: list[str]
54
sampling_params: Optional[SamplingParams]
55
pooling_params: Optional[PoolingParams]
56
generator: Optional[torch.Generator]
0 commit comments