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
fc56f4a0
Unverified
Commit
fc56f4a0
authored
Jan 22, 2026
by
Fadi Arafeh
Committed by
GitHub
Jan 22, 2026
Browse files
[BugFix] Fix invalid flashinfer_fused_moe_blockscale_fp8 op registration (#32855)
Signed-off-by:
Fadi Arafeh
<
fadi.arafeh@arm.com
>
parent
d08b356e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/fused_moe/flashinfer_trtllm_moe.py
.../model_executor/layers/fused_moe/flashinfer_trtllm_moe.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/flashinfer_trtllm_moe.py
View file @
fc56f4a0
...
...
@@ -131,7 +131,7 @@ def flashinfer_fused_moe_blockscale_fp8(
expert_offset
:
int
,
local_num_experts
:
int
,
block_shape
:
list
[
int
],
routing_method_type
:
int
=
RoutingMethodType
.
DeepSeekV3
,
routing_method_type
:
int
=
int
(
RoutingMethodType
.
DeepSeekV3
)
,
routed_scaling
:
float
|
None
=
1.0
,
)
->
torch
.
Tensor
:
from
vllm.utils.flashinfer
import
flashinfer_trtllm_fp8_block_scale_moe
...
...
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