[VLM] Report multi_modal_placeholders in output #21766
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]
|