From fcfb579e6a45f9975d437be68efeb9defcd7dbde Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Tue, 6 Feb 2024 01:23:53 +0100 Subject: [PATCH] Update README.md (#1113) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c22826..67e7799 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Instructions for setting up Serge on Kubernetes can be found in the [wiki](https | **WizardLM** | 7B-v1.0, 13B-v1.2, 70B-v1.0 | | **Zephyr** | 3B, 7B-Alpha, 7B-Beta | -Additional models can be requested by opening a GitHub issue. +Additional models can be requested by opening a GitHub issue. Other models are also available at [Serge Models](https://github.com/Smartappli/serge-models). ## ⚠️ Memory Usage @@ -106,4 +106,4 @@ To run Serge in development mode: git clone https://github.com/serge-chat/serge.git cd serge/ docker compose -f docker-compose.dev.yml up --build -``` \ No newline at end of file +```