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
7e8d6857
Unverified
Commit
7e8d6857
authored
Aug 10, 2025
by
Isotr0py
Committed by
GitHub
Aug 10, 2025
Browse files
[Minor] Fix pre-commit error on main (#22579)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
c4984839
Changes
1
Hide 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 @
7e8d6857
...
...
@@ -1038,9 +1038,9 @@ def inplace_fused_experts(
w2_zp
:
Optional
[
torch
.
Tensor
]
=
None
,
a1_scale
:
Optional
[
torch
.
Tensor
]
=
None
,
a2_scale
:
Optional
[
torch
.
Tensor
]
=
None
,
block_shape
:
Optional
[
List
[
int
]]
=
None
,
block_shape
:
Optional
[
List
[
int
]]
=
None
,
#noqa: UP006
w1_bias
:
Optional
[
torch
.
Tensor
]
=
None
,
w2_bias
:
Optional
[
torch
.
Tensor
]
=
None
)
->
None
:
#noqa: UP006
w2_bias
:
Optional
[
torch
.
Tensor
]
=
None
)
->
None
:
fused_experts_impl
(
hidden_states
,
w1
,
w2
,
topk_weights
,
topk_ids
,
True
,
activation
,
is_act_and_mul
,
apply_router_weight_on_input
,
use_fp8_w8a8
,
...
...
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