From 2a7646c4ca9c68bd9d9f1d4830fe6db857a13f5e Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 18 Mar 2026 07:27:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c2dfc1c6..41d87ea574 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ pip install --upgrade pip uv git clone --filter=blob:none https://github.com/unslothai/unsloth.git cd unsloth uv venv -uv pip install -e . --torch-backend=auto +uv pip install -e . uv run unsloth studio setup uv run unsloth studio -H 0.0.0.0 -p 8888 ```