Inference and deployment toolkit for Svara-TTS, an open-source multilingual text-to-speech model for Indic languages
Stars
20
Forks
8
Watchers
20
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
72
commits
feat: add KV cache FP8 option and torch.compile for SNAC decoder
dc3c1e1View on GitHubfeat: add VLLM_ATTENTION_BACKEND option (default auto, supports FLASHINFER)
421dbe0View on GitHubcleanup: remove stale code, fix docstrings, wire up LOG_LEVEL
a015d56View on GitHubfix: detect workers based on SNAC device and CPU cores, fix total_mem typo
be223a0View on GitHubfeat: expose chunk_size and buffer_ms as optional API parameters
dd291cfView on GitHubrefactor: rename TTS_DEVICE to SNAC_DEVICE, fix streaming for long text, update docs
5214586View on GitHubfix: revert broken SNAC batch decode, add configurable window size
9aa6d3eView on GitHubfeat: consolidate to single /v1/audio/speech endpoint, add perf optimizations
35869e0View on GitHub