mirror of
https://github.com/unslothai/unsloth
synced 2026-04-21 13:37:39 +00:00
Update install.md
This commit is contained in:
parent
2f0a5baa87
commit
d2b8ed8def
1 changed files with 3 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ unsloth studio -H 0.0.0.0 -p 8888
|
|||
```
|
||||
|
||||
#### Update
|
||||
To update, use the same install commands as above. Or for MacOS, WSL and Linux, run:
|
||||
```bash
|
||||
unsloth studio update
|
||||
```
|
||||
|
|
@ -152,7 +153,7 @@ unsloth studio -H 0.0.0.0 -p 8888
|
|||
```
|
||||
Then to update :
|
||||
```bash
|
||||
unsloth studio update --local
|
||||
unsloth studio update
|
||||
```
|
||||
|
||||
#### Developer installs: Windows PowerShell:
|
||||
|
|
@ -165,7 +166,7 @@ unsloth studio -H 0.0.0.0 -p 8888
|
|||
```
|
||||
Then to update :
|
||||
```bash
|
||||
unsloth studio update --local
|
||||
unsloth studio update
|
||||
```
|
||||
|
||||
#### Nightly: MacOS, Linux, WSL:
|
||||
|
|
|
|||
Loading…
Reference in a new issue