[Frontend][Core][Enhacement] Add S3 and remote source support for LoRA adapters #27395
Annotations
10 errors and 1 warning
Mypy:
vllm/lora/worker_manager.py#L250
"ManagerStats" has no attribute "num_adapters_loaded" [attr-defined]
|
Mypy:
vllm/lora/worker_manager.py#L251
"ManagerStats" has no attribute "total_adapters_loaded"; maybe "total_adapters"? [attr-defined]
|
Mypy:
vllm/lora/worker_manager.py#L252
"ManagerStats" has no attribute "avg_loading_time" [attr-defined]
|
Mypy:
vllm/lora/worker_manager.py#L253
"ManagerStats" has no attribute "avg_loading_time" [attr-defined]
|
Mypy:
vllm/lora/worker_manager.py#L253
"ManagerStats" has no attribute "total_adapters_loaded"; maybe "total_adapters"? [attr-defined]
|
Mypy:
vllm/lora/worker_manager.py#L254
"ManagerStats" has no attribute "total_adapters_loaded"; maybe "total_adapters"? [attr-defined]
|
Mypy:
vllm/lora/worker_manager.py#L316
Return type "None" of "_apply_adapters" incompatible with return type "Coroutine[Any, Any, None]" in supertype "WorkerLoRAManager" [override]
|
Mypy:
vllm/lora/worker_manager.py#L329
Return type "bool" of "add_adapter" incompatible with return type "Coroutine[Any, Any, bool]" in supertype "WorkerLoRAManager" [override]
|
Mypy:
vllm/lora/worker_manager.py#L333
Incompatible return value type (got "Coroutine[Any, Any, bool]", expected "bool") [return-value]
|
Mypy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading