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
36ce76c6
Unverified
Commit
36ce76c6
authored
Oct 02, 2025
by
Wentao Ye
Committed by
GitHub
Oct 02, 2025
Browse files
[Log] Optimize DeepGEMM Missing Log (#26106)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
f1fc2107
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/utils/deep_gemm.py
vllm/utils/deep_gemm.py
+2
-2
No files found.
vllm/utils/deep_gemm.py
View file @
36ce76c6
...
...
@@ -68,8 +68,8 @@ def is_deep_gemm_e8m0_used() -> bool:
def
_missing
(
*
_
:
Any
,
**
__
:
Any
)
->
NoReturn
:
"""Placeholder for unavailable DeepGEMM backend."""
raise
RuntimeError
(
"DeepGEMM backend is not available. Please install
the `deep_gemm`
"
"
package
to enable FP8 kernels."
)
"DeepGEMM backend is not available
or outdated
. Please install
or
"
"
update the `deep_gemm` to a newer version
to enable FP8 kernels."
)
_fp8_gemm_nt_impl
:
Callable
[...,
Any
]
|
None
=
None
...
...
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