Skip to content

Commit

Permalink
Update models.json
Browse files Browse the repository at this point in the history
Add support for Gemma 2B and Gemma 7B
  • Loading branch information
Smartappli authored Feb 21, 2024
1 parent 422c339 commit 22ab0a6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions generic/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,33 @@
}
]
},
{
"name": "Gemma",
"models": [
{
"name": "Gemma-2B",
"repo": "MaziyarPanahi/gemma-2b-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "gemma-2b.Q4_K_M.gguf",
"disk_space": 1495245728.0
}
]
},
{
"name": "Gemma-7B",
"repo": "MaziyarPanahi/gemma-7b-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "gemma-7b.Q4_K_M.gguf",
"disk_space": 5127231648.0
}
]
}
]
},
{
"name": "LLaMA_2",
"models": [
Expand Down

0 comments on commit 22ab0a6

Please sign in to comment.