support Aya23

Former-commit-id: e626e264460d12b282099bfbb8e6679c31e85fc0
This commit is contained in:
hiyouga 2024-05-27 20:23:24 +08:00
parent db569a2d61
commit fc5a6b5c4e

View File

@ -86,6 +86,19 @@ def register_model_group(
VISION_MODELS.add(prefix)
register_model_group(
models={
"Aya-23-8B-Chat": {
DownloadSource.DEFAULT: "CohereForAI/aya-23-8B",
},
"Aya-23-35B-Chat": {
DownloadSource.DEFAULT: "CohereForAI/aya-23-35B",
},
},
template="cohere",
)
register_model_group(
models={
"Baichuan-7B-Base": {