Merge branch 'hiyouga:main' into minicpmv
Former-commit-id: 873b2d5888038e2328a12a6eb7c84099ba7ca1f3
This commit is contained in:
@@ -618,6 +618,28 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"GPT-2-Small": {
|
||||
DownloadSource.DEFAULT: "openai-community/gpt2",
|
||||
DownloadSource.MODELSCOPE: "AI-ModelScope/gpt2",
|
||||
},
|
||||
"GPT-2-Medium": {
|
||||
DownloadSource.DEFAULT: "openai-community/gpt2-medium",
|
||||
DownloadSource.MODELSCOPE: "AI-ModelScope/gpt2-medium",
|
||||
},
|
||||
"GPT-2-Large": {
|
||||
DownloadSource.DEFAULT: "openai-community/gpt2-large",
|
||||
DownloadSource.MODELSCOPE: "AI-ModelScope/gpt2-large",
|
||||
},
|
||||
"GPT-2-XL": {
|
||||
DownloadSource.DEFAULT: "openai-community/gpt2-xl",
|
||||
DownloadSource.MODELSCOPE: "goodbai95/GPT2-xl",
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Granite-3.0-1B-A400M-Base": {
|
||||
|
||||
Reference in New Issue
Block a user