Add support for Notus LLM (#937)

This commit is contained in:
Olivier DEBAUCHE 2023-12-04 00:17:37 +01:00 committed by GitHub
parent c23402153d
commit dc6136dd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -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 |

View File

@ -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": [