update RequestOutput.__init__() to take multi_modal_placeholders
as…
#11
Annotations
10 errors
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "str" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "str | None" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[int] | None" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[dict[int, Logprob] | None] | None" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "list[CompletionOutput]" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "bool" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "RequestMetrics | None" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "LoRARequest | None" [arg-type]
|
vllm/outputs.py#L294
Argument 2 to "RequestOutput" has incompatible type "**dict[str, Mapping[str, Sequence[PlaceholderRange]]]"; expected "int | None" [arg-type]
|
|
The logs for this run have expired and are no longer available.
Loading