Add c4ai-command-r-plus link

This commit is contained in:
marko1616
2024-04-13 07:32:40 +08:00
parent 6574a721d2
commit d0705518ee

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",
) )