Skip to content

Commit 4a2be33

Browse files
committed
add deepseek_v3
1 parent bcdcab2 commit 4a2be33

File tree

18 files changed

+465
-196
lines changed

18 files changed

+465
-196
lines changed

paddlenlp/quantization/quantization_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __init__(
5252
weight_double_quant_block_size=256,
5353
weight_quant_method="abs_max_channel_wise",
5454
act_quant_method="abs_max",
55+
**kwargs,
5556
):
5657
if weight_quantize_algo is not None and weight_quantize_algo not in [
5758
"weight_only_int8",

0 commit comments

Comments
 (0)