Update README.md

This commit is contained in:
Daniel Han 2026-03-18 07:27:04 -07:00
commit 2a7646c4ca

View file

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