Skip to content

Commit

Permalink
Update models.json
Browse files Browse the repository at this point in the history
Add support for CodeLlama 70B
  • Loading branch information
Smartappli authored Feb 3, 2024
1 parent 98bd469 commit 5abf292
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion generic/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,29 @@
"disk_space": 20219900064.0
}
]
}
},
{
"name": "CodeLLaMA-70B",
"repo": "TheBloke/CodeLlama-70B-hf-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "codellama-70b-hf.Q4_K_M.gguf",
"disk_space": 41423092224.0
}
]
},
{
"name": "CodeLLaMA-70B-Instruct",
"repo": "TheBloke/CodeLlama-70B-Instruct-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "codellama-70b-instruct.Q4_K_M.gguf",
"disk_space": 41423092768.0
}
]
}
]
},
{
Expand Down

0 comments on commit 5abf292

Please sign in to comment.