soup/soup_cli/commands
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
..
__init__.py Initial project setup: CLI skeleton + config + trainer + data pipeline 2026-02-20 16:14:56 +05:00
chat.py v0.10.1: Fix 6 bugs from manual testing report 2026-03-24 12:31:37 +05:00
data.py v0.10.2: Fix remaining Windows/CPU issues from re-test 2026-03-24 13:20:27 +05:00
diff.py v0.10.2: Fix remaining Windows/CPU issues from re-test 2026-03-24 13:20:27 +05:00
doctor.py v0.10.2: Fix remaining Windows/CPU issues from re-test 2026-03-24 13:20:27 +05:00
eval.py v0.10.1: Fix 6 bugs from manual testing report 2026-03-24 12:31:37 +05:00
export.py v0.10.10: Security hardening — Web UI auth, CORS, SSRF, path traversal protection 2026-03-25 12:14:10 +05:00
generate.py v0.10.10: Security hardening — Web UI auth, CORS, SSRF, path traversal protection 2026-03-25 12:14:10 +05:00
infer.py fix: rename shadowed builtins and add type annotations in infer.py 2026-03-25 18:59:33 +05:00
init.py v0.12.0: ORPO/SimPO/IPO trainers + DoRA/LoRA+/GaLore 2026-03-25 18:12:36 +05:00
merge.py Fix deprecated torch_dtype and warmup_ratio warnings, add testing guide (v0.2.2) 2026-03-05 13:29:07 +05:00
push.py v0.10.10: Security hardening — Web UI auth, CORS, SSRF, path traversal protection 2026-03-25 12:14:10 +05:00
quickstart.py v0.10.1: Fix 6 bugs from manual testing report 2026-03-24 12:31:37 +05:00
runs.py v0.10.1: Fix 6 bugs from manual testing report 2026-03-24 12:31:37 +05:00
serve.py v0.10.10: Security hardening — Web UI auth, CORS, SSRF, path traversal protection 2026-03-25 12:14:10 +05:00
sweep.py v0.12.0: ORPO/SimPO/IPO trainers + DoRA/LoRA+/GaLore 2026-03-25 18:12:36 +05:00
train.py fix: address code review findings for v0.13.0 2026-03-25 18:48:43 +05:00
ui.py v0.10.10: Security hardening — Web UI auth, CORS, SSRF, path traversal protection 2026-03-25 12:14:10 +05:00