add model urls
Former-commit-id: 3139a9fafab246f5461697efd5ed7a6599d85481
This commit is contained in:
@@ -384,7 +384,8 @@ register_model_group(
|
|||||||
DownloadSource.MODELSCOPE: "AI-ModelScope/Mistral-7B-Instruct-v0.1"
|
DownloadSource.MODELSCOPE: "AI-ModelScope/Mistral-7B-Instruct-v0.1"
|
||||||
},
|
},
|
||||||
"Mistral-7B-v0.2-Chat": {
|
"Mistral-7B-v0.2-Chat": {
|
||||||
DownloadSource.DEFAULT: "mistralai/Mistral-7B-Instruct-v0.2"
|
DownloadSource.DEFAULT: "mistralai/Mistral-7B-Instruct-v0.2",
|
||||||
|
DownloadSource.MODELSCOPE: "AI-ModelScope/Mistral-7B-Instruct-v0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
template="mistral"
|
template="mistral"
|
||||||
@@ -394,7 +395,8 @@ register_model_group(
|
|||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"Mixtral-8x7B": {
|
"Mixtral-8x7B": {
|
||||||
DownloadSource.DEFAULT: "mistralai/Mixtral-8x7B-v0.1"
|
DownloadSource.DEFAULT: "mistralai/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"
|
||||||
|
|||||||
Reference in New Issue
Block a user