Skip to content

Commit 23ae55b

Browse files
authored
[OpenVINO] Set dq_group_size=64 for gemma-4-26B-A4B-it by default (#1740)
1 parent 3c01c21 commit 23ae55b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

optimum/intel/openvino/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ class OVQuantizationMethod(str, Enum):
454454
"group_size": 64,
455455
"quant_method": OVQuantizationMethod.AWQ,
456456
"group_size_fallback": "adjust",
457+
"dq_group_size": 64,
457458
},
458459
"google/gemma-4-26B-A4B": {
459460
"bits": 4,

0 commit comments

Comments
 (0)