-
Notifications
You must be signed in to change notification settings - Fork 907
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
base: master
Are you sure you want to change the base?
add git LFS hint #112
Conversation
I don't believe you need LFS installed unless you want to commit changes to the 30b weight file we're downloading. |
@trevtravtrev but without lfs it will not be able to download a file with a size of ~ 20GB from this git |
|
||
linux ```sudo apt-get install git-lfs``` | ||
|
||
|
||
``` | ||
git clone https://huggingface.co/Pi3141/alpaca-30B-ggml |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
|
||
linux ```sudo apt-get install git-lfs``` | ||
|
||
|
There was a problem hiding this comment.
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.
No description provided.