Skip to content

Commit 920de17

Browse files
authored
Update configuration.py (#1743)
1 parent 23ae55b commit 920de17

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

optimum/intel/openvino/configuration.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,12 @@ class OVQuantizationMethod(str, Enum):
493493
"vision_embeddings_merger_model": {"bits": 8, "sym": True, "weight_only": True},
494494
},
495495
},
496+
"hexgrad/Kokoro-82M": {
497+
"bits": 4,
498+
"sym": False,
499+
"group_size": 128,
500+
"group_size_fallback": "adjust",
501+
},
496502
}
497503

498504
_DEFAULT_8BIT_WQ_CONFIGS = {

0 commit comments

Comments
 (0)