Use blobless clone in README install instructions (#4403)
Reduces clone size from ~50MB to ~5MB by skipping blobs that are no longer in the current tree but still in git history.
This commit is contained in:
parent
3a28446a54
commit
f3f52e2d84
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsl
|
|||
|
||||
You can also install directly from source:
|
||||
```
|
||||
git clone https://github.com/unslothai/unsloth.git
|
||||
git clone --filter=blob:none https://github.com/unslothai/unsloth.git
|
||||
cd unsloth
|
||||
pip install -e .
|
||||
unsloth studio setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue