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
7c51c698
Commit
7c51c698
authored
Aug 01, 2025
by
zhuwenwen
Browse files
update List[int]
parent
0798f59e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/fused_moe/fused_moe.py
vllm/model_executor/layers/fused_moe/fused_moe.py
+2
-2
No files found.
vllm/model_executor/layers/fused_moe/fused_moe.py
View file @
7c51c698
...
...
@@ -1120,7 +1120,7 @@ def flashinfer_fused_moe_blockscale_fp8(
intermediate_size
:
int
,
expert_offset
:
int
,
local_num_experts
:
int
,
block_shape
:
l
ist
[
int
],
block_shape
:
L
ist
[
int
],
routed_scaling
:
float
=
1.0
)
->
torch
.
Tensor
:
from
vllm.utils.flashinfer
import
flashinfer_trtllm_fp8_block_scale_moe
assert
top_k
<=
global_num_experts
...
...
@@ -1173,7 +1173,7 @@ def flashinfer_fused_moe_blockscale_fp8_fake(
intermediate_size
:
int
,
expert_offset
:
int
,
local_num_experts
:
int
,
block_shape
:
l
ist
[
int
],
block_shape
:
L
ist
[
int
],
routed_scaling
:
float
=
1.0
)
->
torch
.
Tensor
:
return
torch
.
empty_like
(
x
)
...
...
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