Skip to content

Commit 69da96c

Browse files
committed
[WIP] Add Llama3.3 Support via torchtune
1 parent 90749d2 commit 69da96c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

torchchat/model_config/models.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
"distribution_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
108108
"transformer_params_key": "Llama-3.2-11B-Vision"
109109
},
110+
"meta-llama/Llama-3.3-70B-Instruct-Tune": {
111+
"aliases": ["llama3.3", "llama3.3-chat", "llama3.3-instruct"],
112+
"distribution_channel": "HuggingFaceSnapshot",
113+
"distribution_path": "meta-llama/Llama-3.3-70B-Instruct",
114+
"transformer_params_key": "Meta-Llama-3.1-70B-Tune"
115+
},
110116
"meta-llama/CodeLlama-7b-Python-hf": {
111117
"aliases": ["codellama", "codellama-7b"],
112118
"distribution_channel": "HuggingFaceSnapshot",

0 commit comments

Comments
 (0)