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:
Daniel Han 2026-03-17 22:07:21 -07:00 committed by GitHub
commit f3f52e2d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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