mirror of
https://github.com/unslothai/unsloth
synced 2026-04-21 13:37:39 +00:00
Update install instructions.md
This commit is contained in:
parent
8bca62aa78
commit
75da2e00c2
1 changed files with 8 additions and 1 deletions
|
|
@ -50,13 +50,20 @@ Unsloth Studio works on **Windows, Linux, WSL** and **macOS**.
|
|||
|
||||
#### Windows, MacOS, Linux or WSL:
|
||||
```
|
||||
pip install unsloth
|
||||
unsloth studio setup
|
||||
unsloth studio -H 0.0.0.0 -p 8888
|
||||
```
|
||||
Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsloth``` container. Read our [Docker Guide](https://unsloth.ai/docs/get-started/install/docker).
|
||||
|
||||
You can also install directly from source:
|
||||
```
|
||||
git clone https://github.com/unslothai/unsloth.git
|
||||
cd unsloth
|
||||
pip install -e .
|
||||
unsloth studio setup
|
||||
unsloth studio -H 0.0.0.0 -p 8888
|
||||
```
|
||||
Use our [Docker image](https://hub.docker.com/r/unsloth/unsloth) ```unsloth/unsloth``` container. Read our [Docker Guide](https://unsloth.ai/docs/get-started/install/docker).
|
||||
|
||||
### Unsloth Core (code-based)
|
||||
#### Windows, Linux, WSL
|
||||
|
|
|
|||
Loading…
Reference in a new issue