Skip to content

Commit 51fcb8a

Browse files
authored
fix style
1 parent 8bb873f commit 51fcb8a

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
@@ -58,8 +58,14 @@
5858
"lmsys/vicuna-7b-v1.5": {"bits": 4, "sym": False, "group_size": 128, "ratio": 1.0},
5959
"stabilityai/stablelm-tuned-alpha-3b": {"bits": 4, "sym": False, "group_size": 128, "ratio": 0.8},
6060
"mistralai/Mistral-7B-v0.1": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.9},
61-
"baichuan-inc/Baichuan2-7B-Chat": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.8,
62-
"dataset": "wikitext2", "awq": True},
61+
"baichuan-inc/Baichuan2-7B-Chat": {
62+
"bits": 4,
63+
"sym": True,
64+
"group_size": 128,
65+
"ratio": 0.8,
66+
"dataset": "wikitext2",
67+
"awq": True,
68+
},
6369
}
6470

6571

0 commit comments

Comments
 (0)