We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaae627 commit a8c4734Copy full SHA for a8c4734
1 file changed
optimum/intel/openvino/configuration.py
@@ -452,14 +452,24 @@ class OVQuantizationMethod(str, Enum):
452
"bits": 4,
453
"sym": False,
454
"group_size": 64,
455
+ "quant_method": OVQuantizationMethod.AWQ,
456
"group_size_fallback": "adjust",
457
},
458
"google/gemma-4-26B-A4B": {
459
460
461
462
463
464
465
+ "google/gemma-4-E4B-it": {
466
+ "bits": 4,
467
+ "sym": False,
468
+ "group_size": 64,
469
+ "dataset": "contextual",
470
471
+ "scale_estimation": True,
472
+ },
473
"Qwen/Qwen3.5-35B-A3B": {
474
"quantization_configs": {
475
"lm_model": {
0 commit comments