feat: add constants for 9g
This commit is contained in:
parent
9ba88b0295
commit
3c3bc98f5e
|
@ -804,6 +804,15 @@ register_model_group(
|
|||
template="cpm",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"CPM-9G-8B": {
|
||||
DownloadSource.DEFAULT: "NotImplemented/UseFilePath",
|
||||
DownloadSource.MODELSCOPE: "NotImplemented/UseFilePath",
|
||||
},
|
||||
},
|
||||
template="cpm",
|
||||
)
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
|
|
Loading…
Reference in New Issue