[VLM] Report multi_modal_placeholders in output #21766
Annotations
10 errors
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "str" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[str]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[list[int]]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[list[Optional[dict[int, Logprob]]]]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "list[CompletionOutput]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "bool" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[RequestMetrics]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[LoRARequest]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[int]" [arg-type]
|
Mypy:
vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Union[Mapping[str, Sequence[PlaceholderRange]], RequestMetrics, list[Any], str, list[int], list[Optional[dict[int, Logprob]]], LoRARequest, int, None]]"; expected "Optional[Mapping[str, Sequence[PlaceholderRange]]]" [arg-type]
|
Loading