Skip to content

Commit

Permalink
Update configuration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiaqQ authored Dec 9, 2024
1 parent cd8b7b0 commit 12afa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/intel/openvino/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ class OVQuantizationMethod(str, Enum):
"mistralai/Mistral-7B-v0.1": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.9},
"baichuan-inc/Baichuan2-7B-Chat": {
"bits": 4,
"sym": True,
"sym": False,
"group_size": 128,
"ratio": 0.8,
},
"baichuan-inc/Baichuan2-13B-Chat": {
"bits": 4,
"sym": True,
"sym": False,
"group_size": 128,
"ratio": 1.0,
"dataset": "wikitext2",
Expand Down

0 comments on commit 12afa6b

Please sign in to comment.