Update README.md
remove newline from windows command
This commit is contained in:
parent
9fa67809e6
commit
c30e1d2029
1 changed files with 2 additions and 4 deletions
|
|
@ -97,8 +97,7 @@ unsloth studio update --local
|
|||
```powershell
|
||||
git clone https://github.com/unslothai/unsloth.git
|
||||
cd unsloth
|
||||
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
|
||||
.\install.ps1 --local
|
||||
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass .\install.ps1 --local
|
||||
unsloth studio -H 0.0.0.0 -p 8888
|
||||
```
|
||||
Then to update :
|
||||
|
|
@ -125,8 +124,7 @@ Run in Windows Powershell:
|
|||
git clone https://github.com/unslothai/unsloth.git
|
||||
cd unsloth
|
||||
git checkout nightly
|
||||
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
|
||||
.\install.ps1 --local
|
||||
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass .\install.ps1 --local
|
||||
unsloth studio -H 0.0.0.0 -p 8888
|
||||
```
|
||||
Then to launch every time:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue