Files
nanaoto 2210a0a409 Improve model download and config availability handling (#703)
* fix: reuse existing model cache

* fix: handle empty config model directory

* fix: use uv to run tests

* fix cli config fallback after download

* clarify cli config recheck

* document cli config recheck side effect

* refactor: restructure CLI with download/infer subcommands and clean up tests

- Add 'indextts download' subcommand with --version 1/2 support
- Add 'indextts infer' subcommand using v1 or v2 engine
- Replace old test files with test_v1.py and test_v2.py
- Add tests/conftest.py to exclude padding_test.py from collection
- Update CI to run pytest -m 'not gpu' instead of local_check.py
- Update PR template with simplified checklist

---------

Co-authored-by: nanaoto <10inspiral@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-13 00:56:14 +08:00
..