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
de509ae8
Unverified
Commit
de509ae8
authored
Jul 26, 2025
by
Kaixi Hou
Committed by
GitHub
Jul 26, 2025
Browse files
[NVIDIA] Explicitly disable shuffled weights for flashinfer blockscale moe fp8 kernels (#21411)
Signed-off-by:
kaixih
<
kaixih@nvidia.com
>
parent
e7c4f9ee
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/fused_moe/fused_moe.py
vllm/model_executor/layers/fused_moe/fused_moe.py
+1
-0
No files found.
vllm/model_executor/layers/fused_moe/fused_moe.py
View file @
de509ae8
...
...
@@ -1127,6 +1127,7 @@ def flashinfer_fused_moe_blockscale_fp8(
tile_tokens_dim
=
_get_tile_tokens_dim
(
x
.
shape
[
0
],
top_k
,
global_num_experts
),
routing_method_type
=
2
,
# DeepSeek-styled routing method
use_shuffled_weight
=
False
,
)
...
...
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