Skip to content

Commit

Permalink
Update OpenChat v3.5, Add Medalpaca 13B (#983)
Browse files Browse the repository at this point in the history
* Update models.json

* Update OpenChat v3.5 to OpenChat v3.5-1012

* Update README.md

Update from OpenChat v3.5 to OpenChat v3.5-1012

* Update models.json

Add Phi-2

* Update README.md

Add Phi 2

* Update models.json

* Update README.md

* Update models.json

Add Medalpaca 13B

* Update README.md

Add Medalpaca 13B

---------

Co-authored-by: Juan Calderon-Perez <[email protected]>
  • Loading branch information
Smartappli and gaby authored Dec 17, 2023
1 parent e72a739 commit b27b806
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,13 @@ Instructions for setting up Serge on Kubernetes can be found in the [wiki](https
| **Falcon** | 7B, 7B-Instruct, 40B, 40B-Instruct |
| **LLaMA 2** | 7B, 7B-Chat, 7B-Coder, 13B, 13B-Chat, 70B, 70B-Chat, 70B-OASST |
| **Med42** | 70B |
| **Medalpaca** | 13B |
| **Meditron** | 7B, 7B-Chat, 70B |
| **Mistral** | 7B-V0.1, 7B-Instruct-v0.2, 7B-OpenOrca |
| **Mixtral** | 8x7B-v0.1, 8x7B-Instruct-v0.1
| **Neural-Chat** | 7B-v3.3 |
| **Notus** | 7B-v1 |
| **OpenChat** | 7B-v3.5 |
| **OpenChat** | 7B-v3.5-1012 |
| **OpenLLaMA** | 3B-v2, 7B-v2, 13B-v2 |
| **Orca 2** | 7B, 13B |
| **Python Code** | 13B, 33B |
Expand Down
26 changes: 21 additions & 5 deletions api/src/serge/data/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,22 @@
}
]
},
{
"name": "Medalpaca",
"models": [
{
"name": "MedAlpaca-13B",
"repo": "TheBloke/medalpaca-13B-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "medalpaca-13b.Q4_K_M.gguf",
"disk_space": 7865963424.0
}
]
}
]
},
{
"name": "Meditron",
"models": [
Expand Down Expand Up @@ -443,13 +459,13 @@
"name": "OpenChat",
"models": [
{
"name": "OpenChat-3_5-7B",
"repo": "TheBloke/openchat_3.5-GGUF",
"name": "OpenChat-3_5-1210",
"repo": "TheBloke/openchat-3.5-1210-GGUF",
"files": [
{
"name": "q4_K_M",
"filename": "openchat_3.5.Q4_K_M.gguf",
"disk_space": 4368450304.0
"filename": "openchat-3.5-1210.Q4_K_M.gguf",
"disk_space": 4368450656.0
}
]
}
Expand Down Expand Up @@ -519,7 +535,7 @@
]
}
]
},
},
{
"name": "Python-Code",
"models": [
Expand Down

0 comments on commit b27b806

Please sign in to comment.