mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-02-26 15:56:00 +08:00
[model] support HY-MT model (#9746)
Co-authored-by: Yaowei Zheng <hiyouga@buaa.edu.cn>
This commit is contained in:
@@ -1157,6 +1157,21 @@ register_model_group(
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"HY-MT1.5-1.8B-Instruct": {
|
||||
DownloadSource.DEFAULT: "tencent/HY-MT1.5-1.8B",
|
||||
DownloadSource.MODELSCOPE: "Tencent-Hunyuan/HY-MT1.5-1.8B",
|
||||
},
|
||||
"HY-MT1.5-7B-Instruct": {
|
||||
DownloadSource.DEFAULT: "tencent/HY-MT1.5-7B",
|
||||
DownloadSource.MODELSCOPE: "Tencent-Hunyuan/HY-MT1.5-7B",
|
||||
},
|
||||
},
|
||||
template="hunyuan1_5",
|
||||
)
|
||||
|
||||
|
||||
register_model_group(
|
||||
models={
|
||||
"Index-1.9B-Base": {
|
||||
|
||||
Reference in New Issue
Block a user