mirror of https://github.com/razor-ai/soup.git
- BUG-001: Replace Unicode arrows/dashes with ASCII in all console output to fix UnicodeEncodeError on Windows cp1252 (~10 commands affected) - BUG-002: PPO trainer uses inspect.signature to detect trl parameter names (ppo_epochs vs num_ppo_epochs) for trl 0.28.0 compatibility - BUG-003: Add get_compute_dtype() - uses float32 on CPU, bfloat16/float16 on CUDA. Fixes dtype mismatch in reward model and all trainers - BUG-004: Add warning when using quantization on CPU - BUG-005: Fix dtype -> torch_dtype in diff.py model loading - BUG-006: Pin wandb<0.18.0 to avoid trl import conflict, add runtime guard 13 new tests (624 total), ruff clean. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| formats.py | ||
| loader.py | ||
| validator.py | ||