From 47b63b420e58eb4afa26343980c63e50df2de4bd Mon Sep 17 00:00:00 2001 From: Nathan Sarrazin Date: Fri, 24 Mar 2023 18:16:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011abb1..e305a32 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Then just go to http://localhost:8008/ and you're good to go! Currently only the 7B, 13B and 30B alpaca models are supported. There's a download script for downloading them inside of the container, described above. -If you have existing weights from another project you can add them to the `api/weights` folder and they will be automatically copied on build. +If you have existing weights from another project you can add them to the `serge_weights` volume using `docker cp`. ## Support