Skip to content

Commit b878513

Browse files
Update optimum/intel/openvino/configuration.py
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent 07e8ddf commit b878513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class OVQuantizationMethod(str, Enum):
194194
"group_size": 64,
195195
"ratio": 1.0,
196196
"dataset": "wikitext2",
197-
"awq": True,
197+
"quant_method": OVQuantizationMethod.AWQ,
198198
"scale_estimation": True,
199199
},
200200
}

0 commit comments

Comments
 (0)