mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-05-28 02:48:54 +08:00
[model] support Hy3-Preview (#10432)
This commit is contained in:
@@ -1257,6 +1257,17 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Hy3-Preview": {
|
||||
DownloadSource.DEFAULT: "tencent/Hy3-preview",
|
||||
DownloadSource.MODELSCOPE: "tencent/Hy3-preview",
|
||||
},
|
||||
},
|
||||
template="hy3",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Index-1.9B-Base": {
|
||||
|
||||
Reference in New Issue
Block a user