[CORE] No Request No Scheduler: auto-increment of multi-step #23381
Annotations
7 errors
|
Mypy:
vllm/engine/llm_engine.py#L139
Item "None" of "Optional[Any]" has no attribute "is_any_finished" [union-attr]
|
Mypy:
vllm/engine/llm_engine.py#L143
Item "None" of "Optional[Any]" has no attribute "scheduled_seq_groups" [union-attr]
|
Mypy:
vllm/engine/llm_engine.py#L2118
Value of type "Optional[list[Any]]" is not indexable [index]
|
Mypy:
vllm/engine/llm_engine.py#L2123
Item "None" of "Optional[Any]" has no attribute "scheduled_seq_groups" [union-attr]
|
Mypy:
vllm/engine/llm_engine.py#L2134
Item "None" of "Optional[list[Any]]" has no attribute "__iter__" (not iterable) [union-attr]
|
Mypy
Process completed with exit code 1.
|
Loading