1.1.17
frappe/gantt1.1.17Mar 4, 2026by SWivid
AI Summary
Adds Markdown/MDIT flash attention support, a `show_info` parameter for preprocessing audio text, and a fused AdamW optimizer option with warnings for torch attention mask memory usage.
Key Highlights
- Added Markdown/MDIT flash attention support
- Added `show_info` parameter to `preprocess_ref_audio_text`
- Added fused AdamW optimizer option
- Added warning for torch attention mask memory usage
New Features
- Markdown/MDIT flash attention support
- Show info parameter
- Fused AdamW optimizer
Full Release Notes
## What's Changed * feat:add mmdit flash attn support by @ZhikangNiu in https://github.com/SWivid/F5-TTS/pull/1269 * Add show_info parameter to preprocess_ref_audio_text by @mlxu995 in https://github.com/SWivid/F5-TTS/pull/1271 * Add fused AdamW option and warn on torch attention mask memory usage by @ZhikangNiu in https://github.com/SWivid/F5-TTS/pull/1270 ## New Contributors * @mlxu995 made their first contribution in https://github.com/SWivid/F5-TTS/pull/1271 **Full Changelog**: https://github.com/SWivid/F5-TTS/compare/1.1.16...1.1.17