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