soup/soup_cli
Alpamys 9451b980d4 fix: rename shadowed builtins and add type annotations in infer.py
- Rename `input` param to `input_file` (avoid shadowing builtin)
- Rename `output` param to `output_file` for consistency
- Rename loop variable `line = line.strip()` to `raw_line`/`line`
- Add return type annotation to `_load_model() -> tuple`
2026-03-25 18:59:33 +05:00
..
commands fix: rename shadowed builtins and add type annotations in infer.py 2026-03-25 18:59:33 +05:00
config v0.12.0: ORPO/SimPO/IPO trainers + DoRA/LoRA+/GaLore 2026-03-25 18:12:36 +05:00
data v0.12.0: ORPO/SimPO/IPO trainers + DoRA/LoRA+/GaLore 2026-03-25 18:12:36 +05:00
experiment Expand test suite from ~70 to 147 tests, fix flaky ordering bug 2026-03-02 20:52:33 +05:00
monitoring v0.10.2: Fix remaining Windows/CPU issues from re-test 2026-03-24 13:20:27 +05:00
trainer v0.12.0: ORPO/SimPO/IPO trainers + DoRA/LoRA+/GaLore 2026-03-25 18:12:36 +05:00
ui v0.10.10: Security hardening — Web UI auth, CORS, SSRF, path traversal protection 2026-03-25 12:14:10 +05:00
utils v0.12.0: ORPO/SimPO/IPO trainers + DoRA/LoRA+/GaLore 2026-03-25 18:12:36 +05:00
__init__.py v0.13.2: add missing test coverage for infer + tensorboard 2026-03-25 18:57:15 +05:00
__main__.py Add Phase 3.1: friendly errors, soup doctor, soup quickstart, UX polish (v0.3.1) 2026-03-05 19:10:36 +05:00
cli.py v0.13.0: batch inference + TensorBoard logging + supported models 2026-03-25 18:43:43 +05:00