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 41dcd48 commit 422c339
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion all/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,34 @@
]
}
]
},
},
{
"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 422c339

Please sign in to comment.