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
83a7c89c
Unverified
Commit
83a7c89c
authored
Oct 28, 2025
by
b8zhong
Committed by
GitHub
Oct 28, 2025
Browse files
followup fix for llama 4 trtllm flashinfer backend (#12314)
parent
0380ca82
Changes
1
Hide 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 @
83a7c89c
...
@@ -673,7 +673,7 @@ class ModelOptFp8MoEMethod(FusedMoEMethodBase):
...
@@ -673,7 +673,7 @@ class ModelOptFp8MoEMethod(FusedMoEMethodBase):
routed_scaling_factor
if
routed_scaling_factor
is
not
None
else
1.0
routed_scaling_factor
if
routed_scaling_factor
is
not
None
else
1.0
),
),
use_routing_scales_on_input
=
use_routing_scales_on_input
,
use_routing_scales_on_input
=
use_routing_scales_on_input
,
tile_tokens_dim
=
None
,
tile_tokens_dim
=
8
,
# TODO(brayden): use the FI tile calculation
routing_method_type
=
routing_method_type
,
routing_method_type
=
routing_method_type
,
)
)
...
...
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