Skip to content

Commit

Permalink
Update models.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b4968ee commit f7d5f2f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion small/models.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,34 @@
]
}
]
},
},
{
"name": "LLaMA_3",
"models": [
{
"name": "Llama-3-11B-Instruct-v0.1",
"repo": "MaziyarPanahi/Llama-3-11B-Instruct-v0.1-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "Llama-3-11B-Instruct-v0.1.Q4_K_M.gguf",
"disk_space": 8200021632.0
}
]
},
{
"name": "Llama-3-13B-Instruct-v0.1",
"repo": "MaziyarPanahi/Llama-3-13B-Instruct-v0.1-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "Llama-3-13B-Instruct-v0.1.Q4_K_M.gguf",
"disk_space": 8061089600.0
}
]
}
]
},
{
"name": "LLaMA_2",
"models": [

0 comments on commit f7d5f2f

Please sign in to comment.