add models

Former-commit-id: 3a4728557304996bcbe58d7d6380beead7c63c70
This commit is contained in:
hiyouga
2023-12-18 19:09:31 +08:00
parent 13fd751a78
commit d925ecae1b
3 changed files with 11 additions and 5 deletions

View File

@@ -431,9 +431,13 @@ register_model_group(
register_model_group(
models={
"Phi1.5-1.3B": {
"Phi-1.5-1.3B": {
DownloadSource.DEFAULT: "microsoft/phi-1_5",
DownloadSource.MODELSCOPE: "allspace/PHI_1-5"
},
"Phi-2-2.7B": {
DownloadSource.DEFAULT: "microsoft/phi-2",
DownloadSource.MODELSCOPE: "AI-ModelScope/phi-2"
}
},
module="Wqkv"