mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-22 06:35:01 +08:00
[BUGFIX] Fix UnspecifiedPlatform package name (#11916)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
parent
ac2f3f7fee
commit
61af633256
@ -179,7 +179,7 @@ def resolve_current_platform_cls_qualname() -> str:
|
||||
logger.info("Automatically detected platform %s.",
|
||||
activated_builtin_plugins[0])
|
||||
else:
|
||||
platform_cls_qualname = "vllm.interface.UnspecifiedPlatform"
|
||||
platform_cls_qualname = "vllm.platforms.interface.UnspecifiedPlatform"
|
||||
logger.info(
|
||||
"No platform detected, vLLM is running on UnspecifiedPlatform")
|
||||
return platform_cls_qualname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user