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