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
f9e2a75a
Unverified
Commit
f9e2a75a
authored
Jan 09, 2026
by
jiahanc
Committed by
GitHub
Jan 09, 2026
Browse files
[fix] add cutedsl to global sf (#32001)
Signed-off-by:
jiahanc
<
173873397+jiahanc@users.noreply.github.com
>
parent
a4d5d663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/layers/quantization/utils/flashinfer_utils.py
...el_executor/layers/quantization/utils/flashinfer_utils.py
+1
-0
No files found.
vllm/model_executor/layers/quantization/utils/flashinfer_utils.py
View file @
f9e2a75a
...
...
@@ -264,6 +264,7 @@ def is_flashinfer_supporting_global_sf(backend: FlashinferMoeBackend | None) ->
backends_supporting_global_sf
=
(
FlashinferMoeBackend
.
CUTLASS
,
FlashinferMoeBackend
.
TENSORRT_LLM
,
FlashinferMoeBackend
.
CUTEDSL
,
)
return
backend
in
backends_supporting_global_sf
...
...
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