mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-07-28 11:46:09 +08:00
[model] add Hy-MT2-1.8B/7B support (#10605)
This commit is contained in:
@@ -1248,6 +1248,28 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Hy-MT2-1.8B-Instruct": {
|
||||
DownloadSource.DEFAULT: "tencent/Hy-MT2-1.8B",
|
||||
DownloadSource.MODELSCOPE: "Tencent-Hunyuan/Hy-MT2-1.8B",
|
||||
},
|
||||
},
|
||||
template="hy_dense_1_8b",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Hy-MT2-7B-Instruct": {
|
||||
DownloadSource.DEFAULT: "tencent/Hy-MT2-7B",
|
||||
DownloadSource.MODELSCOPE: "Tencent-Hunyuan/Hy-MT2-7B",
|
||||
},
|
||||
},
|
||||
template="hy_dense_7b",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"HY-MT1.5-1.8B-Instruct": {
|
||||
|
||||
Reference in New Issue
Block a user