Skip to content

[VLM] Report multi_modal_placeholders in output #21766

[VLM] Report multi_modal_placeholders in output

[VLM] Report multi_modal_placeholders in output #21766

Triggered via pull request November 18, 2024 05:52
Status Failure
Total duration 30s
Artifacts

mypy.yaml

on: pull_request
Matrix: mypy
Fit to window
Zoom out
Zoom in

Annotations

42 errors
mypy (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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 (3.9): 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]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "str" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "str | None" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[int] | None" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[dict[int, Logprob] | None] | None" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[CompletionOutput]" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "bool" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "RequestMetrics | None" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "LoRARequest | None" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "int | None" [arg-type]
mypy (3.10): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "Mapping[str, Sequence[PlaceholderRange]] | None" [arg-type]
mypy (3.11)
The job was canceled because "_3_9" failed.
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "str" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "str | None" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[int] | None" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[dict[int, Logprob] | None] | None" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[CompletionOutput]" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "bool" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "RequestMetrics | None" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "LoRARequest | None" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "int | None" [arg-type]
mypy (3.11): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "Mapping[str, Sequence[PlaceholderRange]] | None" [arg-type]
mypy (3.12)
The job was canceled because "_3_9" failed.
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "str" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "str | None" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[int] | None" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[dict[int, Logprob] | None] | None" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "list[CompletionOutput]" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "bool" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "RequestMetrics | None" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "LoRARequest | None" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "int | None" [arg-type]
mypy (3.12): vllm/outputs.py#L300
Argument 1 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]] | RequestMetrics | list[Any] | str | list[int] | list[dict[int, Logprob] | None] | LoRARequest | int | None]"; expected "Mapping[str, Sequence[PlaceholderRange]] | None" [arg-type]