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
048f7316
Commit
048f7316
authored
Oct 12, 2025
by
zhuwenwen
Browse files
add use_int4_w4a8 of fused_experts
parent
11b94900
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 @
048f7316
...
@@ -1642,6 +1642,7 @@ def fused_experts(
...
@@ -1642,6 +1642,7 @@ def fused_experts(
quant_config
:
Optional
[
FusedMoEQuantConfig
]
=
None
,
quant_config
:
Optional
[
FusedMoEQuantConfig
]
=
None
,
allow_deep_gemm
:
bool
=
False
,
allow_deep_gemm
:
bool
=
False
,
allow_cutlass_block_scaled_grouped_gemm
:
bool
=
False
,
allow_cutlass_block_scaled_grouped_gemm
:
bool
=
False
,
use_int4_w4a8
:
bool
=
False
,
use_nn_moe
:
Optional
[
bool
]
=
False
,
use_nn_moe
:
Optional
[
bool
]
=
False
,
)
->
torch
.
Tensor
:
)
->
torch
.
Tensor
:
...
...
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