update RequestOutput.__init__() to take multi_modal_placeholders
as…
#10
Annotations
11 errors
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "str" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "str | None" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[int] | None" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[dict[int, Logprob] | None] | None" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[CompletionOutput]" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "bool" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "RequestMetrics | None" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "LoRARequest | None" [arg-type]
|
Mypy:
vllm/outputs.py#L292
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "int | None" [arg-type]
|
Mypy
Process completed with exit code 1.
|
Loading