mirror of
https://github.com/index-tts/index-tts.git
synced 2026-08-28 23:01:17 +08:00
2210a0a409
* 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>