support Aya23
This commit is contained in:
parent
08bd0440b5
commit
e626e26446
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue