Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0a5e27

Browse files
nikita-malininnecharlaix
andauthoredMay 29, 2024··
Fix stabilityai/stablelm-zephyr-3b id
Co-authored-by: Ella Charlaix <80481427+echarlaix@users.noreply.github.com>
1 parent d3e70fd commit f0a5e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎optimum/intel/openvino/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"meta-llama/Llama-2-13b-chat": {"bits": 4, "sym": True, "group_size": 64, "ratio": 0.8},
5252
"stabilityai/stablelm-3b-4e1t": {"bits": 4, "sym": True, "group_size": 64, "ratio": 0.8},
5353
"stablelm-epoch-3b-preview": {"bits": 4, "sym": True, "group_size": 64, "ratio": 0.8},
54-
"stabilityai/stable-zephyr-3b-dpo": {"bits": 4, "sym": False, "group_size": 128, "ratio": 1.0},
54+
"stabilityai/stablelm-zephyr-3b": {"bits": 4, "sym": False, "group_size": 128, "ratio": 1.0},
5555
"pansophic/rocket-3B": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.8},
5656
"THUDM/chatglm2-6b": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.72},
5757
"Qwen/Qwen-7B-Chat": {"bits": 4, "sym": True, "group_size": 128, "ratio": 0.6},

0 commit comments

Comments
 (0)
Please sign in to comment.