support llama3 tool prompt

Former-commit-id: b24ae55ebf
This commit is contained in:
hiyouga
2024-12-17 15:52:37 +00:00
parent fc18db6290
commit a935933bed
5 changed files with 129 additions and 49 deletions

View File

@@ -837,6 +837,10 @@ register_model_group(
DownloadSource.DEFAULT: "meta-llama/Llama-3.2-3B-Instruct",
DownloadSource.MODELSCOPE: "LLM-Research/Llama-3.2-3B-Instruct",
},
"Llama-3.3-70B-Instruct": {
DownloadSource.DEFAULT: "meta-llama/Llama-3.3-70B-Instruct",
DownloadSource.MODELSCOPE: "LLM-Research/Llama-3.3-70B-Instruct",
},
},
template="llama3",
)