mirror of https://github.com/razor-ai/soup.git
- Add -> None return type annotation (project convention) - Replace broad 'except Exception' with specific exceptions (OSError, ImportError, RuntimeError, ValueError) + `raise ... from exc` - Use `_` for unused response variable in tuple unpacking - Add CPU warning: TPS on CPU is 10-100x slower, misleading users - Add warmup run (discarded) to avoid CUDA JIT skewing averages - Document that VRAM scope includes model load (deployment planning) - Apply ruff style (trailing commas, en-dash -> ASCII, etc.) |
||
|---|---|---|
| .. | ||
| autopilot | ||
| commands | ||
| config | ||
| data | ||
| eval | ||
| experiment | ||
| migrate | ||
| monitoring | ||
| recipes | ||
| trainer | ||
| ui | ||
| utils | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||