mirror of https://github.com/razor-ai/soup.git
Update README: version refs to v0.10.7, add CPU compatibility note
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c67a2153e6
commit
dbc3eb112b
|
|
@ -603,7 +603,7 @@ soup version
|
|||
|
||||
# Full system info (useful for bug reports)
|
||||
soup version --full
|
||||
# -> soup v0.10.5 | Python 3.11.5 | CUDA 12.1 | extras: serve, data
|
||||
# -> soup v0.10.7 | Python 3.11.5 | CUDA 12.1 | extras: serve, data
|
||||
```
|
||||
|
||||
## Web UI
|
||||
|
|
@ -764,9 +764,11 @@ soup --verbose <command> Full traceback on errors
|
|||
## Requirements
|
||||
|
||||
- Python 3.9+
|
||||
- GPU with CUDA (recommended) or Apple Silicon (MPS) or CPU (slow)
|
||||
- GPU with CUDA (recommended) or Apple Silicon (MPS) or CPU (experimental)
|
||||
- 8 GB+ VRAM for 7B models with QLoRA
|
||||
|
||||
> **CPU note:** All training tasks (SFT, DPO, GRPO, PPO) work on CPU but will be very slow. Quantization (`4bit`/`8bit`) is auto-disabled on CPU. GRPO on CPU uses `min_new_tokens=1` to prevent empty generation errors.
|
||||
|
||||
### Optional Extras
|
||||
|
||||
| Extra | Install | What it adds |
|
||||
|
|
|
|||
Loading…
Reference in New Issue