mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 08:08:09 +08:00
add xverse-65b-chat model
Former-commit-id: fff6288db6b61ca27010ea47c918298f76922106
This commit is contained in:
parent
c4654d54d7
commit
f927601702
@ -410,7 +410,8 @@ register_model_group(
|
|||||||
DownloadSource.MODELSCOPE: "AI-ModelScope/Mixtral-8x7B-v0.1"
|
DownloadSource.MODELSCOPE: "AI-ModelScope/Mixtral-8x7B-v0.1"
|
||||||
},
|
},
|
||||||
"Mixtral-8x7B-Chat": {
|
"Mixtral-8x7B-Chat": {
|
||||||
DownloadSource.DEFAULT: "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
DownloadSource.DEFAULT: "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
||||||
|
DownloadSource.MODELSCOPE: "AI-ModelScope/Mixtral-8x7B-Instruct-v0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
template="mistral"
|
template="mistral"
|
||||||
@ -576,6 +577,10 @@ register_model_group(
|
|||||||
"XVERSE-13B-Chat": {
|
"XVERSE-13B-Chat": {
|
||||||
DownloadSource.DEFAULT: "xverse/XVERSE-13B-Chat",
|
DownloadSource.DEFAULT: "xverse/XVERSE-13B-Chat",
|
||||||
DownloadSource.MODELSCOPE: "xverse/XVERSE-13B-Chat"
|
DownloadSource.MODELSCOPE: "xverse/XVERSE-13B-Chat"
|
||||||
|
},
|
||||||
|
"XVERSE-65B-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "xverse/XVERSE-65B-Chat",
|
||||||
|
DownloadSource.MODELSCOPE: "xverse/XVERSE-65B-Chat"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
template="xverse"
|
template="xverse"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user