add llama3 chinese chat

Former-commit-id: ee3e5920f2f28567259693cb106e884a90cb02a2
This commit is contained in:
hiyouga 2024-05-08 17:10:03 +08:00
parent 0a1b6ca5a7
commit 400ae144a4

View File

@ -577,6 +577,10 @@ register_model_group(
DownloadSource.DEFAULT: "meta-llama/Meta-Llama-3-70B-Instruct",
DownloadSource.MODELSCOPE: "LLM-Research/Meta-Llama-3-70B-Instruct",
},
"LLaMA3-8B-Chinese-Chat": {
DownloadSource.DEFAULT: "shenzhi-wang/Llama3-8B-Chinese-Chat",
DownloadSource.MODELSCOPE: "LLM-Research/Llama3-8B-Chinese-Chat",
},
},
template="llama3",
)