mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 08:08:09 +08:00
Update constants.py
Former-commit-id: 39199f712aa7b7a1c66080d9c84651fd2eb0b425
This commit is contained in:
parent
952b785bb3
commit
f5f1589662
@ -242,6 +242,28 @@ register_model_group(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_model_group(
|
||||||
|
models={
|
||||||
|
"CommandR-35B-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "CohereForAI/c4ai-command-r-v01",
|
||||||
|
DownloadSource.MODELSCOPE: "AI-ModelScope/c4ai-command-r-v01",
|
||||||
|
},
|
||||||
|
"CommandR-Plus-104B-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "CohereForAI/c4ai-command-r-plus",
|
||||||
|
DownloadSource.MODELSCOPE: "AI-ModelScope/c4ai-command-r-plus",
|
||||||
|
},
|
||||||
|
"CommandR-35B-4bit-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "CohereForAI/c4ai-command-r-v01-4bit",
|
||||||
|
DownloadSource.MODELSCOPE: "mirror013/c4ai-command-r-v01-4bit",
|
||||||
|
},
|
||||||
|
"CommandR-Plus-104B-4bit-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "CohereForAI/c4ai-command-r-plus-4bit",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
template="cohere",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"DeepSeek-LLM-7B-Base": {
|
"DeepSeek-LLM-7B-Base": {
|
||||||
@ -994,25 +1016,3 @@ register_model_group(
|
|||||||
},
|
},
|
||||||
template="atom",
|
template="atom",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
register_model_group(
|
|
||||||
models={
|
|
||||||
"C4AI-Command-R-35B": {
|
|
||||||
DownloadSource.DEFAULT: "CohereForAI/c4ai-command-r-v01",
|
|
||||||
DownloadSource.MODELSCOPE: "AI-ModelScope/c4ai-command-r-v01",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
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",
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user