Skip to content

Commit

Permalink
Update Baichuan2 models default config
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiaqQ authored Dec 9, 2024
1 parent 4d73e51 commit cd8b7b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions optimum/intel/openvino/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,15 @@ class OVQuantizationMethod(str, Enum):
"sym": True,
"group_size": 128,
"ratio": 0.8,
},
"baichuan-inc/Baichuan2-13B-Chat": {
"bits": 4,
"sym": True,
"group_size": 128,
"ratio": 1.0,
"dataset": "wikitext2",
"quant_method": OVQuantizationMethod.AWQ,
"scale_estimation": True,
},
"lmsys/longchat-7b-16k": {
"bits": 4,
Expand Down

0 comments on commit cd8b7b0

Please sign in to comment.