From 3ed6f8e20f66b4a19d3d89eea551c8a3307d28fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=CE=94BL=C3=98=20=E1=84=83=CE=9E?= Date: Fri, 31 Mar 2023 12:50:17 -0500 Subject: [PATCH] docs: correct the name 7B-native on Readme (#120) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb38cc..38760f2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Setting up Serge on Kubernetes or docker compose can be found in the wiki: https ## Models -Currently only the 7B, 713B and 30B alpaca models are supported. If you have existing weights from another project you can add them to the `serge_weights` volume using `docker cp`. +Currently only the 7B, 7B-native, 13B and 30B alpaca models are supported. If you have existing weights from another project you can add them to the `serge_weights` volume using `docker cp`. ### :warning: A note on _memory usage_