Delayed sampling #1734
Annotations
42 errors and 2 warnings
mypy (3.11):
vllm/sequence.py#L249
Incompatible return value type (got "int | None", expected "int") [return-value]
|
mypy (3.11):
vllm/sequence.py#L251
Name "prompt_token_ids" already defined on line 239 [no-redef]
|
mypy (3.11):
vllm/sequence.py#L251
"Callable[[SequenceData], tuple[int, ...]]" has no attribute "setter" [attr-defined]
|
mypy (3.11):
vllm/sequence.py#L255
Name "prev_logits" already defined on line 243 [no-redef]
|
mypy (3.11):
vllm/sequence.py#L255
"Callable[[SequenceData], Any]" has no attribute "setter" [attr-defined]
|
mypy (3.11):
vllm/sequence.py#L259
Name "prev_logits_idx" already defined on line 247 [no-redef]
|
mypy (3.11):
vllm/sequence.py#L259
"Callable[[SequenceData], int]" has no attribute "setter" [attr-defined]
|
mypy (3.11):
vllm/sequence.py#L320
Incompatible return value type (got "list[Any] | None", expected "list[Any]") [return-value]
|
mypy (3.11):
vllm/sequence.py#L578
Argument 2 to "append_token_id" of "SequenceData" has incompatible type "float | None"; expected "float" [arg-type]
|
mypy (3.11)
Process completed with exit code 1.
|
mypy (3.10):
vllm/sequence.py#L249
Incompatible return value type (got "int | None", expected "int") [return-value]
|
mypy (3.10):
vllm/sequence.py#L251
Name "prompt_token_ids" already defined on line 239 [no-redef]
|
mypy (3.10):
vllm/sequence.py#L251
"Callable[[SequenceData], tuple[int, ...]]" has no attribute "setter" [attr-defined]
|
mypy (3.10):
vllm/sequence.py#L255
Name "prev_logits" already defined on line 243 [no-redef]
|
mypy (3.10):
vllm/sequence.py#L255
"Callable[[SequenceData], Any]" has no attribute "setter" [attr-defined]
|
mypy (3.10):
vllm/sequence.py#L259
Name "prev_logits_idx" already defined on line 247 [no-redef]
|
mypy (3.10):
vllm/sequence.py#L259
"Callable[[SequenceData], int]" has no attribute "setter" [attr-defined]
|
mypy (3.10):
vllm/sequence.py#L320
Incompatible return value type (got "list[Any] | None", expected "list[Any]") [return-value]
|
mypy (3.10):
vllm/sequence.py#L578
Argument 2 to "append_token_id" of "SequenceData" has incompatible type "float | None"; expected "float" [arg-type]
|
mypy (3.10)
Process completed with exit code 1.
|
mypy (3.9)
The job was canceled because "_3_11" failed.
|
mypy (3.9):
vllm/sequence.py#L249
Incompatible return value type (got "Optional[int]", expected "int") [return-value]
|
mypy (3.9):
vllm/sequence.py#L251
Name "prompt_token_ids" already defined on line 239 [no-redef]
|
mypy (3.9):
vllm/sequence.py#L251
"Callable[[SequenceData], tuple[int, ...]]" has no attribute "setter" [attr-defined]
|
mypy (3.9):
vllm/sequence.py#L255
Name "prev_logits" already defined on line 243 [no-redef]
|
mypy (3.9):
vllm/sequence.py#L255
"Callable[[SequenceData], Any]" has no attribute "setter" [attr-defined]
|
mypy (3.9):
vllm/sequence.py#L259
Name "prev_logits_idx" already defined on line 247 [no-redef]
|
mypy (3.9):
vllm/sequence.py#L259
"Callable[[SequenceData], int]" has no attribute "setter" [attr-defined]
|
mypy (3.9):
vllm/sequence.py#L320
Incompatible return value type (got "Optional[list[Any]]", expected "list[Any]") [return-value]
|
mypy (3.9):
vllm/sequence.py#L578
Argument 2 to "append_token_id" of "SequenceData" has incompatible type "Optional[float]"; expected "float" [arg-type]
|
mypy (3.9)
Process completed with exit code 1.
|
mypy (3.12)
The job was canceled because "_3_11" failed.
|
mypy (3.12):
vllm/sequence.py#L249
Incompatible return value type (got "int | None", expected "int") [return-value]
|
mypy (3.12):
vllm/sequence.py#L251
Name "prompt_token_ids" already defined on line 239 [no-redef]
|
mypy (3.12):
vllm/sequence.py#L251
"Callable[[SequenceData], tuple[int, ...]]" has no attribute "setter" [attr-defined]
|
mypy (3.12):
vllm/sequence.py#L255
Name "prev_logits" already defined on line 243 [no-redef]
|
mypy (3.12):
vllm/sequence.py#L255
"Callable[[SequenceData], Any]" has no attribute "setter" [attr-defined]
|
mypy (3.12):
vllm/sequence.py#L259
Name "prev_logits_idx" already defined on line 247 [no-redef]
|
mypy (3.12):
vllm/sequence.py#L259
"Callable[[SequenceData], int]" has no attribute "setter" [attr-defined]
|
mypy (3.12):
vllm/sequence.py#L320
Incompatible return value type (got "list[Any] | None", expected "list[Any]") [return-value]
|
mypy (3.12):
vllm/sequence.py#L578
Argument 2 to "append_token_id" of "SequenceData" has incompatible type "float | None"; expected "float" [arg-type]
|
mypy (3.12)
The operation was canceled.
|
mypy (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|