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
d04137d6
Commit
d04137d6
authored
Apr 23, 2026
by
王敏
Browse files
[BUGFIX]修复w4a8低延迟报错
parent
d5538a81
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
vllm/model_executor/layers/fused_moe/config.py
vllm/model_executor/layers/fused_moe/config.py
+1
-0
vllm/model_executor/layers/quantization/slimquant_w4a8_marlin.py
...del_executor/layers/quantization/slimquant_w4a8_marlin.py
+1
-0
No files found.
vllm/model_executor/layers/fused_moe/config.py
View file @
d04137d6
...
@@ -599,6 +599,7 @@ def int8_w4a8_moe_quant_config(
...
@@ -599,6 +599,7 @@ def int8_w4a8_moe_quant_config(
per_act_token_quant
=
per_act_token_quant
,
per_act_token_quant
=
per_act_token_quant
,
per_out_ch_quant
=
False
,
per_out_ch_quant
=
False
,
block_shape
=
block_shape
,
block_shape
=
block_shape
,
weight_dtype
=
"int4"
)
)
...
...
vllm/model_executor/layers/quantization/slimquant_w4a8_marlin.py
View file @
d04137d6
...
@@ -3,6 +3,7 @@ import os
...
@@ -3,6 +3,7 @@ import os
import
torch
import
torch
from
torch.nn.parameter
import
Parameter
from
torch.nn.parameter
import
Parameter
from
vllm.logger
import
init_logger
import
vllm.envs
as
envs
import
vllm.envs
as
envs
from
vllm
import
_custom_ops
as
ops
from
vllm
import
_custom_ops
as
ops
from
vllm.config
import
get_current_vllm_config
from
vllm.config
import
get_current_vllm_config
...
...
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