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:
Alpamys 2026-03-24 16:23:11 +05:00
parent c67a2153e6
commit dbc3eb112b
1 changed files with 4 additions and 2 deletions

View File

@ -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 |