From e2c2cebf7d44da1ba7c9447fb982dc34056ccef5 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:38:40 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 91e2512..0e77870 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,7 @@ Instructions for setting up Serge on Kubernetes can be found in the [wiki](https | **Vicuna** | 7B-v1.5, 13B-v1.5 | | **Zephyr** | 7B-Alpha, 7B-Beta | -Additional weights can be added to the `serge_weights` volume using `docker cp`: - -```bash -docker cp ./my_weight.bin serge:/usr/src/app/weights/ -``` +Additional models can be requested by opening a GitHub issue. ## ⚠️ Memory Usage @@ -104,5 +100,5 @@ To run Serge in development mode: ```bash git clone https://github.com/serge-chat/serge.git cd serge/ -docker compose -f docker-compose.dev.yml up -d --build +docker compose -f docker-compose.dev.yml up --build ```