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
77fccdf4
"docs/vscode:/vscode.git/clone" did not exist on "6d0df0ebebd4e347e1ebcdea4be010a4b54b901b"
Commit
77fccdf4
authored
Nov 21, 2025
by
zhuwenwen
Browse files
update Is_fuse_fill
parent
5785324e
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/moe_align_block_size.py
vllm/model_executor/layers/fused_moe/moe_align_block_size.py
+2
-2
No files found.
vllm/model_executor/layers/fused_moe/moe_align_block_size.py
View file @
77fccdf4
...
@@ -241,7 +241,7 @@ def moe_align_block_size(
...
@@ -241,7 +241,7 @@ def moe_align_block_size(
expert_map
=
expert_map
,
expert_map
=
expert_map
,
expert_mask
=
expert_mask
,
expert_mask
=
expert_mask
,
num_local_tokens
=
None
,
num_local_tokens
=
None
,
i
s_fuse_fill
=
False
if
not
envs
.
VLLM_USE_LIGHTOP_FILL_MOE_ALIGN
else
True
)
I
s_fuse_fill
=
False
if
not
envs
.
VLLM_USE_LIGHTOP_FILL_MOE_ALIGN
else
True
)
else
:
else
:
if
envs
.
VLLM_USE_LIGHTOP_MOE_ALIGN
:
if
envs
.
VLLM_USE_LIGHTOP_MOE_ALIGN
:
from
lightop
import
op
as
op
from
lightop
import
op
as
op
...
@@ -250,7 +250,7 @@ def moe_align_block_size(
...
@@ -250,7 +250,7 @@ def moe_align_block_size(
expert_map
=
None
,
expert_map
=
None
,
expert_mask
=
None
,
expert_mask
=
None
,
num_local_tokens
=
None
,
num_local_tokens
=
None
,
i
s_fuse_fill
=
False
if
not
envs
.
VLLM_USE_LIGHTOP_FILL_MOE_ALIGN
else
True
)
I
s_fuse_fill
=
False
if
not
envs
.
VLLM_USE_LIGHTOP_FILL_MOE_ALIGN
else
True
)
else
:
else
:
ops
.
moe_align_block_size
(
topk_ids
,
num_experts
,
block_size
,
sorted_ids
,
ops
.
moe_align_block_size
(
topk_ids
,
num_experts
,
block_size
,
sorted_ids
,
expert_ids
,
num_tokens_post_pad
)
expert_ids
,
num_tokens_post_pad
)
...
...
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