[VLM] Report multi_modal_placeholders in output #21765
Annotations
11 errors
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "str" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "Optional[str]" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "Optional[list[int]]" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "Optional[list[Optional[dict[int, Logprob]]]]" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[CompletionOutput]" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "bool" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "Optional[RequestMetrics]" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "Optional[LoRARequest]" [arg-type]
|
Mypy:
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "Optional[int]" [arg-type]
|
Mypy
The operation was canceled.
|
Loading