Skip to content

Commit

Permalink
add llama3 chinese chat
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyouga committed May 8, 2024
1 parent 10ab83f commit 48ee46d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/llmtuner/extras/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ def 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",
)
Expand Down

0 comments on commit 48ee46d

Please sign in to comment.