mirror of https://github.com/razor-ai/soup.git
Update README.md: bump version to v0.10.1, fix Unicode arrows
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
428c0f09a4
commit
510eaff44d
|
|
@ -603,7 +603,7 @@ soup version
|
|||
|
||||
# Full system info (useful for bug reports)
|
||||
soup version --full
|
||||
# → soup v0.10.0 | Python 3.11.5 | CUDA 12.1 | extras: serve, data
|
||||
# -> soup v0.10.1 | Python 3.11.5 | CUDA 12.1 | extras: serve, data
|
||||
```
|
||||
|
||||
## Web UI
|
||||
|
|
@ -613,7 +613,7 @@ Launch a local web interface to manage experiments, start training, explore data
|
|||
```bash
|
||||
pip install 'soup-cli[ui]'
|
||||
soup ui
|
||||
# → opens http://127.0.0.1:7860 in your browser
|
||||
# -> opens http://127.0.0.1:7860 in your browser
|
||||
```
|
||||
|
||||
**Pages:**
|
||||
|
|
|
|||
Loading…
Reference in New Issue