[Platform] Add platform pluggable framework #24596
Annotations
11 errors
|
Mypy:
vllm/platforms/__init__.py#L23
Incompatible import of "CurrentPlatform" (imported name has type "type[TpuPlatform]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L34
Incompatible import of "CurrentPlatform" (imported name has type "type[CudaPlatformBase]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L46
Incompatible import of "CurrentPlatform" (imported name has type "type[CudaPlatformBase]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L55
Incompatible import of "CurrentPlatform" (imported name has type "type[RocmPlatform]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L66
Incompatible import of "CurrentPlatform" (imported name has type "type[HpuPlatform]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L78
Incompatible import of "CurrentPlatform" (imported name has type "type[XPUPlatform]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L87
Incompatible import of "CurrentPlatform" (imported name has type "type[CpuPlatform]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L95
Incompatible import of "CurrentPlatform" (imported name has type "type[NeuronPlatform]", local name has type "object") [assignment]
|
Mypy:
vllm/platforms/__init__.py#L104
Incompatible import of "CurrentPlatform" (imported name has type "type[OpenVinoPlatform]", local name has type "object") [assignment]
|
Mypy
The operation was canceled.
|
Loading