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