From f3f52e2d84f281d5574ddda3bd226807d7bca489 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 17 Mar 2026 22:07:21 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692887088e..dae34e12c3 100644 --- a/README.md +++ b/README.md @@ -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