We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90749d2 commit 69da96cCopy full SHA for 69da96c
torchchat/model_config/models.json
@@ -107,6 +107,12 @@
107
"distribution_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
108
"transformer_params_key": "Llama-3.2-11B-Vision"
109
},
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
+ },
116
"meta-llama/CodeLlama-7b-Python-hf": {
117
"aliases": ["codellama", "codellama-7b"],
118
"distribution_channel": "HuggingFaceSnapshot",
0 commit comments