Add support for Notus LLM (#937)
This commit is contained in:
parent
c23402153d
commit
dc6136dd1f
@ -65,6 +65,7 @@ Instructions for setting up Serge on Kubernetes can be found in the [wiki](https
|
||||
| **Meditron** | 7B, 70B |
|
||||
| **Mistral** | 7B, 7B-Instruct, 7B-OpenOrca |
|
||||
| **Neural-Chat** | 7B-v3.2 |
|
||||
| **Notus** | 7B-v1 |
|
||||
| **OpenChat** | 7B-v3.5 |
|
||||
| **OpenLLaMA** | 3B-v2, 7B-v2, 13B-v2 |
|
||||
| **Orca 2** | 7B, 13B |
|
||||
|
||||
@ -1,4 +1,20 @@
|
||||
[
|
||||
{
|
||||
"name": "Notus",
|
||||
"models": [
|
||||
{
|
||||
"name": "Alfred-40B",
|
||||
"repo": "TheBloke/notus-7B-v1-GGUF",
|
||||
"files": [
|
||||
{
|
||||
"name": "q4_K_M",
|
||||
"filename": "notus-7b-v1.Q4_K_M.gguf",
|
||||
"disk_space": 4370000000.0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Alfred",
|
||||
"models": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user