Unverified Commit 61af6332 authored by Kunshang Ji's avatar Kunshang Ji Committed by GitHub
Browse files

[BUGFIX] Fix `UnspecifiedPlatform` package name (#11916)


Signed-off-by: default avatarKunshang Ji <kunshang.ji@intel.com>
parent ac2f3f7f
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment