1.1.10
SWivid/F5-TTS1.1.10Nov 28, 2025by SWivid
AI Summary
This significant release fixes a critical issue where the last words in shorter sentences were being skipped during batch inference in both TRT-LLM and PyTorch implementations, and updates several dependencies.
Key Highlights
- Fix skipping last words in shorter sentences during batch inference (#1039, #1179)
- Fix applies to both TRT-LLM and PyTorch implementations
- Add torchcodec dependency to pyproject.toml
- Replace jieba package with rjieba (#1230)
- Clean-up and make advanced eval scripts
New Features
- Batch inference bug fix for sentence completion
- Added torchcodec dependency
- Switched from jieba to rjieba for Chinese text processing
- Improved evaluation scripts
Full Release Notes
- Fix issues of skipping last words in shorter sentences when batch inference #1039 #1179, in both runtime TRT-LLM and PyTorch implementation. - Clean-up and make advanced eval scripts 529d8561331a6d0a3dcfa3ff7da60679aeb86ac1 - Add torchcodec dependency to pyproject.toml - Replace jieba package with rjieba #1230 **Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.9...1.1.10