Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
0bd67ba2
Unverified
Commit
0bd67ba2
authored
Jun 14, 2025
by
Zhijian Liu
Committed by
GitHub
Jun 14, 2025
Browse files
Fix a minor bug related to DeepGEMM upgrade (#7191)
parent
7d316991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/sglang/srt/layers/quantization/deep_gemm_wrapper/entrypoint.py
...g/srt/layers/quantization/deep_gemm_wrapper/entrypoint.py
+2
-1
No files found.
python/sglang/srt/layers/quantization/deep_gemm_wrapper/entrypoint.py
View file @
0bd67ba2
...
@@ -52,7 +52,8 @@ def grouped_gemm_nt_f8f8bf16_masked(
...
@@ -52,7 +52,8 @@ def grouped_gemm_nt_f8f8bf16_masked(
expected_m
,
n
,
k
,
num_groups
,
kernel_type
expected_m
,
n
,
k
,
num_groups
,
kernel_type
):
):
_grouped_gemm_nt_f8f8bf16_masked_raw
(
_grouped_gemm_nt_f8f8bf16_masked_raw
(
lhs
,
rhs
,
out
,
masked_m
,
expected_m
,
recipe
=
recipe
lhs
,
rhs
,
out
,
masked_m
,
expected_m
,
**
({
"recipe"
:
recipe
}
if
DEEPGEMM_V202506
else
{})
)
)
...
...
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