Skip to content

Commit 40701f3

Browse files
authored
Add config for Phi-3-mini-4k-instruct (#905)
1 parent fe77316 commit 40701f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

optimum/intel/openvino/configuration.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ class OVQuantizationMethod(str, Enum):
180180
"dataset": "wikitext2",
181181
"scale_estimation": True,
182182
},
183+
"microsoft/Phi-3-mini-4k-instruct": {
184+
"bits": 4,
185+
"sym": False,
186+
"group_size": 64,
187+
"ratio": 1.0,
188+
"dataset": "wikitext2",
189+
"scale_estimation": True,
190+
},
183191
}
184192

185193
_DEFAULT_4BIT_CONFIG = {

0 commit comments

Comments
 (0)