From 1a4f1d28111b5f0ae5c3f03f6f2b241e432c1234 Mon Sep 17 00:00:00 2001 From: mdimai666 Date: Wed, 22 Mar 2023 11:23:03 +0900 Subject: [PATCH] add git LFS hint --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a9220547244f2..31ad6766971da 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ Once you've downloaded the weights, you can run the following command to enter c If you have more than 32GB of RAM (and a beefy CPU), you can use the higher quality 30B `alpaca-30B-ggml.bin` model. To download the weights, you can use +require git LFS installed + +windows ```winget install -e --id GitHub.GitLFS``` + +linux ```sudo apt-get install git-lfs``` + + ``` git clone https://huggingface.co/Pi3141/alpaca-30B-ggml ```