Skip to content

Commit

Permalink
Added tinyllama downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Tripathi committed Oct 24, 2024
1 parent c08f9f8 commit 82d4ec6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions llm_hf_weights_recipe/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"variant": "7b",

"model_family_information": {
"tiniest_llama": {
"name_format": "tinyllama-#{variant}#",
"model_publisher": "nickypro",
"allowed_variants": ["15m"]
},
"tiny_llama": {
"name_format": "TinyLlama-#{variant}#-Chat-v1.0",
"model_publisher": "TinyLlama",
"allowed_variants": ["1.1b"]
},
"llama2": {
"name_format": "Llama-2-#{variant}#-chat-hf",
"model_publisher": "meta-llama",
Expand Down

0 comments on commit 82d4ec6

Please sign in to comment.