/score #27353
Annotations
42 errors and 2 warnings
mypy (3.10):
vllm/entrypoints/llm.py#L1089
Incompatible types in assignment (expression has type "list[PoolingRequestOutput[PoolingOutput]]", variable has type "list[str | TextPrompt | TokensPrompt]") [assignment]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1099
Item "MistralTokenizer" of "Any | MistralTokenizer" has no attribute "pad_token" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1101
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1101
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1101
Item "TokensPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1102
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1102
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1102
Item "TokensPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1110
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.10):
vllm/entrypoints/llm.py#L1110
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1089
Incompatible types in assignment (expression has type "list[PoolingRequestOutput[PoolingOutput]]", variable has type "list[Union[str, TextPrompt, TokensPrompt]]") [assignment]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1099
Item "MistralTokenizer" of "Union[Any, MistralTokenizer]" has no attribute "pad_token" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1101
Item "str" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "outputs" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1101
Item "TextPrompt" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "outputs" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1101
Item "TokensPrompt" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "outputs" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1102
Item "str" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1102
Item "TextPrompt" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1102
Item "TokensPrompt" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1110
Item "str" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "outputs" [union-attr]
|
mypy (3.9):
vllm/entrypoints/llm.py#L1110
Item "TextPrompt" of "Union[str, TextPrompt, TokensPrompt]" has no attribute "outputs" [union-attr]
|
mypy (3.12)
The job was canceled because "_3_10" failed.
|
mypy (3.12):
vllm/entrypoints/llm.py#L1089
Incompatible types in assignment (expression has type "list[PoolingRequestOutput[PoolingOutput]]", variable has type "list[str | TextPrompt | TokensPrompt]") [assignment]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1099
Item "MistralTokenizer" of "Any | MistralTokenizer" has no attribute "pad_token" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1101
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1101
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1101
Item "TokensPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1102
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1102
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1102
Item "TokensPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1110
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.12):
vllm/entrypoints/llm.py#L1110
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.11)
The job was canceled because "_3_10" failed.
|
mypy (3.11):
vllm/entrypoints/llm.py#L1089
Incompatible types in assignment (expression has type "list[PoolingRequestOutput[PoolingOutput]]", variable has type "list[str | TextPrompt | TokensPrompt]") [assignment]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1099
Item "MistralTokenizer" of "Any | MistralTokenizer" has no attribute "pad_token" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1101
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1101
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1101
Item "TokensPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1102
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1102
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1102
Item "TokensPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "prompt_token_ids" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1110
Item "str" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.11):
vllm/entrypoints/llm.py#L1110
Item "TextPrompt" of "str | TextPrompt | TokensPrompt" has no attribute "outputs" [union-attr]
|
mypy (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|