Skip to content

Commit a8c4734

Browse files
authored
Update configuration.py (#1732)
1 parent eaae627 commit a8c4734

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

optimum/intel/openvino/configuration.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,14 +452,24 @@ class OVQuantizationMethod(str, Enum):
452452
"bits": 4,
453453
"sym": False,
454454
"group_size": 64,
455+
"quant_method": OVQuantizationMethod.AWQ,
455456
"group_size_fallback": "adjust",
456457
},
457458
"google/gemma-4-26B-A4B": {
458459
"bits": 4,
459460
"sym": False,
460461
"group_size": 64,
462+
"quant_method": OVQuantizationMethod.AWQ,
461463
"group_size_fallback": "adjust",
462464
},
465+
"google/gemma-4-E4B-it": {
466+
"bits": 4,
467+
"sym": False,
468+
"group_size": 64,
469+
"dataset": "contextual",
470+
"quant_method": OVQuantizationMethod.AWQ,
471+
"scale_estimation": True,
472+
},
463473
"Qwen/Qwen3.5-35B-A3B": {
464474
"quantization_configs": {
465475
"lm_model": {

0 commit comments

Comments
 (0)