Skip to content

Commit d3e70fd

Browse files
authored
fix style
1 parent 51fcb8a commit d3e70fd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

optimum/intel/openvino/configuration.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,14 @@
3838
"facebook/opt-6.7b": {"bits": 4, "sym": False, "group_size": 64, "ratio": 0.8},
3939
"bigscience/bloomz-7b1": {"bits": 4, "sym": False, "group_size": 32, "ratio": 0.6},
4040
"togethercomputer/RedPajama-INCITE-7B-Instruct": {"bits": 4, "sym": False, "group_size": 128},
41-
"HuggingFaceH4/zephyr-7b-beta": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.8,
42-
"dataset": "wikitext2", "awq": True},
41+
"HuggingFaceH4/zephyr-7b-beta": {
42+
"bits": 4,
43+
"sym": True,
44+
"group_size": 128,
45+
"ratio": 0.8,
46+
"dataset": "wikitext2",
47+
"awq": True,
48+
},
4349
"meta-llama/Llama-2-7b": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.7},
4450
"meta-llama/Llama-2-7b-chat": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.8},
4551
"meta-llama/Llama-2-13b-chat": {"bits": 4, "sym": True, "group_size": 64, "ratio": 0.8},

0 commit comments

Comments
 (0)