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
1 parent 5a9bcc1 commit b4968ee
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions tiny/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,55 @@
}
]
},
{
"name": "Gorilla",
"models": [
{
"name": "Gorilla-7B Falcon",
"repo": "gorilla-llm/gorilla-falcon-7b-hf-v0-gguf",
"files": [
{
"name": "q4_K_M",
"filename": "gorilla-falcon-7b-hf-v0-q4_K_M.gguf",
"disk_space": 4975125696.0
}
]
},
{
"name": "Gorilla-7B",
"repo": "gorilla-llm/gorilla-7b-hf-v1-gguf",
"files": [
{
"name": "q4_K_M",
"filename": "gorilla-7b-hf-v1-q4_K_M.gguf",
"disk_space": 4081004288.0
}
]
},
{
"name": "Gorilla OpenFunctions V1",
"repo": "gorilla-llm/gorilla-openfunctions-v1-gguf",
"files": [
{
"name": "q4_K_M",
"filename": "gorilla-openfunctions-v1-q4_K_M.gguf",
"disk_space": 4081004288.0
}
]
},
{
"name": "Gorilla OpenFunctions V2",
"repo": "gorilla-llm/gorilla-openfunctions-v2-gguf",
"files": [
{
"name": "q4_K_M",
"filename": "gorilla-openfunctions-v2-q4_K_M.gguf",
"disk_space": 4223770912.0
}
]
}
]
},
{
"name": "LLaMA_2",
"models": [
Expand Down

0 comments on commit b4968ee

Please sign in to comment.