Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
61af6332
Unverified
Commit
61af6332
authored
Jan 10, 2025
by
Kunshang Ji
Committed by
GitHub
Jan 10, 2025
Browse files
[BUGFIX] Fix `UnspecifiedPlatform` package name (#11916)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
ac2f3f7f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/platforms/__init__.py
vllm/platforms/__init__.py
+1
-1
No files found.
vllm/platforms/__init__.py
View file @
61af6332
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment