We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UnspecifiedPlatform
1 parent 017dc48 commit 1b718d6Copy full SHA for 1b718d6
vllm/platforms/__init__.py
@@ -179,7 +179,7 @@ def resolve_current_platform_cls_qualname() -> str:
179
logger.info("Automatically detected platform %s.",
180
activated_builtin_plugins[0])
181
else:
182
- platform_cls_qualname = "vllm.interface.UnspecifiedPlatform"
+ platform_cls_qualname = "vllm.platforms.interface.UnspecifiedPlatform"
183
logger.info(
184
"No platform detected, vLLM is running on UnspecifiedPlatform")
185
return platform_cls_qualname
0 commit comments