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
ebda73dc
"vscode:/vscode.git/clone" did not exist on "179712024ec757bdc7fa6f91d574a7592015e394"
Unverified
Commit
ebda73dc
authored
Oct 18, 2025
by
Qiaolin Yu
Committed by
GitHub
Oct 18, 2025
Browse files
Use cutlass fp4 gemm by default (#11813)
parent
f4f8a1b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/layers/quantization/modelopt_quant.py
python/sglang/srt/layers/quantization/modelopt_quant.py
+1
-1
No files found.
python/sglang/srt/layers/quantization/modelopt_quant.py
View file @
ebda73dc
...
...
@@ -79,7 +79,7 @@ CUTEDSL_MOE_SCALAR_INPUT_SCALE = get_bool_env_var(
"SGLANG_CUTEDSL_MOE_SCALAR_INPUT_SCALE"
,
"true"
)
USE_CUTLASS_BACKEND_FOR_FP4_GEMM
=
get_bool_env_var
(
"SGLANG_USE_CUTLASS_BACKEND_FOR_FP4_GEMM"
"SGLANG_USE_CUTLASS_BACKEND_FOR_FP4_GEMM"
,
"true"
)
# TODO make it true by default when the DeepEP PR is merged
CUTEDSL_MOE_NVFP4_DISPATCH
=
get_bool_env_var
(
...
...
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