Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add git LFS hint #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you should include OSX - brew install git-lfs and then git lfs install --system for OSX instructions.

```
git clone https://huggingface.co/Pi3141/alpaca-30B-ggml
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the line also needs to change to git lfs clone https://huggingface.co/Pi3141/alpaca-30B-ggml to make it works.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my git version is git version 2.32.0.windows.1, but ref to https://stackoverflow.com/questions/48392440/git-lfs-clone-vs-git-clone seems use git clone is fine. anyway, just an experience share.

```
Expand Down