update RequestOutput.__init__() to take multi_modal_placeholders
as…
#13
Annotations
11 errors
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
The logs for this run have expired and are no longer available.
Loading