Add c4ai-command-r-plus link

Former-commit-id: d0705518ee85408364172803ca3dd68e978e829e
This commit is contained in:
marko1616 2024-04-13 07:32:40 +08:00
parent 6f1323722c
commit 768153d0f0

View File

@ -1003,4 +1003,14 @@ register_model_group(
} }
}, },
template="c4ai", template="c4ai",
)
register_model_group(
models={
"C4AI-Command-R-plus-104B": {
DownloadSource.DEFAULT: "CohereForAI/c4ai-command-r-plus",
DownloadSource.MODELSCOPE: "AI-ModelScope/c4ai-command-r-plus",
}
},
template="c4ai",
) )