docs: correct the name 7B-native on Readme (#120)

This commit is contained in:
PΔBLØ ᄃΞ 2023-03-31 12:50:17 -05:00 committed by GitHub
parent f54b1ce44d
commit 3ed6f8e20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_