From e7f9ca81abb88e329eb46fedb6cff5086dc55653 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Fri, 8 Dec 2023 23:51:59 +0100 Subject: [PATCH 1/3] Add Python-Code 13B and 33B --- api/src/serge/data/models.json | 63 ++++++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 18 deletions(-) diff --git a/api/src/serge/data/models.json b/api/src/serge/data/models.json index c09718eddf1..e8245f6db40 100644 --- a/api/src/serge/data/models.json +++ b/api/src/serge/data/models.json @@ -350,23 +350,7 @@ ] } ] - }, - { - "name": "SlimOrca", - "models": [ - { - "name": "SlimOrca-13B", - "repo": "TheBloke/SlimOrca-13B-GGUF", - "files": [ - { - "name": "q4_K_M", - "filename": "slimorca-13b.Q4_K_M.gguf", - "disk_space": 7865956352.0 - } - ] - } - ] - }, + }, { "name": "Orca_2", "models": [ @@ -393,7 +377,34 @@ ] } ] - }, + }, + { + "name": "Python-Code", + "models": [ + { + "name": "Python-Code-13B", + "repo": "TheBloke/Python-Code-13B-GGUF", + "files": [ + { + "name": "q4_K_M", + "filename": "python-code-13b.Q4_K_M.gguf", + "disk_space": 7865956352.0 + } + ] + }, + { + "name": "Python-Code-33B", + "repo": "TheBloke/Python-Code-33B-GGUF", + "files": [ + { + "name": "q4_K_M", + "filename": "python-code-33b.Q4_K_M.gguf", + "disk_space": 19621140000.0 + } + ] + } + ] + }, { "name": "PsyMedRP", "models": [ @@ -421,6 +432,22 @@ } ] }, + { + "name": "SlimOrca", + "models": [ + { + "name": "SlimOrca-13B", + "repo": "TheBloke/SlimOrca-13B-GGUF", + "files": [ + { + "name": "q4_K_M", + "filename": "slimorca-13b.Q4_K_M.gguf", + "disk_space": 7865956352.0 + } + ] + } + ] + }, { "name": "StarlingLM", "models": [ From 203f257fc088ee5c53ecbc838bd5098bd1082cb5 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Fri, 8 Dec 2023 23:53:16 +0100 Subject: [PATCH 2/3] Add Python-Code 13B and 33B --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51f0b84bc05..da04a06fbbf 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Instructions for setting up Serge on Kubernetes can be found in the [wiki](https | **OpenChat** | 7B-v3.5 | | **OpenLLaMA** | 3B-v2, 7B-v2, 13B-v2 | | **Orca 2** | 7B, 13B | +| **Python-Code** | 13B, 33B | | **PsyMedRP** | 13B-v1, 20B-v1 | | **Starling LM** | 7B-Alpha | | **Vicuna** | 7B-v1.5, 13B-v1.5 | From d8380e5fe5cdfd5fffd5658de13fae1f01ea355a Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:14:28 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da04a06fbbf..0b51b63c72c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Instructions for setting up Serge on Kubernetes can be found in the [wiki](https | **OpenChat** | 7B-v3.5 | | **OpenLLaMA** | 3B-v2, 7B-v2, 13B-v2 | | **Orca 2** | 7B, 13B | -| **Python-Code** | 13B, 33B | +| **Python Code** | 13B, 33B | | **PsyMedRP** | 13B-v1, 20B-v1 | | **Starling LM** | 7B-Alpha | | **Vicuna** | 7B-v1.5, 13B-v1.5 |