Update README.md
This commit is contained in:
parent
38217bcdcc
commit
6bf81e4a48
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ uv run unsloth studio -H 0.0.0.0 -p 8888
|
|||
### Unsloth Core (code-based)
|
||||
#### Windows, Linux, WSL
|
||||
```bash
|
||||
pip install --upgrade pip ; pip install uv
|
||||
pip install -U pip uv
|
||||
uv venv
|
||||
uv pip install unsloth --torch-backend=auto
|
||||
```
|
||||
For Windows, `pip install unsloth` works only if you have Pytorch installed. Read our [Windows Guide](https://unsloth.ai/docs/get-started/install/windows-installation).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue