v3.0.0
sadmann7/tablecnv3.0.0Aug 25, 2026by gabrieldemarmiesse
AI Summary
Major version release introducing training code and module refactoring, though the initial wheel was broken.
Key Highlights
- Training code is now live
- Module renaming (mimi_transformer -> transformer)
- English model 24l variant added
- Default English temperature set to 0.3
Breaking Changes
- Module renaming: mimi_transformer -> transformer, transformer -> attention
- Mimi decode_from_latent ownership and transpose behavior changes
- Mimi encode_to_latent output shape change to [B, T, C]
New Features
- Training code availability
- macOS app links
- seshat-tts project listing
- 24l English model variant
- Documentation updates
Full Release Notes
**The training code is now live at https://github.com/kyutai-labs/pocket-tts/tree/main/training !** EDIT: The 3.0.0 wheel is broken due to a bad build, use 3.0.1. The 3.0.0 wheel has been yanked anyway. ## What's Changed * Fix pocket-tts generate docs by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/182 * Add new macOS app links to README by @slaughters85j in https://github.com/kyutai-labs/pocket-tts/pull/193 * Add 'seshat-tts' project to README by @Iheuzio in https://github.com/kyutai-labs/pocket-tts/pull/197 * Update README.md by @joshwhiton in https://github.com/kyutai-labs/pocket-tts/pull/200 * Default the English model's temperature to 0.3 by @manukyutai in https://github.com/kyutai-labs/pocket-tts/pull/223 * Fix audio and state edge cases by @ShiroKSH in https://github.com/kyutai-labs/pocket-tts/pull/210 * Fix docker compose command duplicating entrypoint args by @grigio in https://github.com/kyutai-labs/pocket-tts/pull/233 * docs: correct GPU speedup claim + add CUDA usage notes by @moduvoice in https://github.com/kyutai-labs/pocket-tts/pull/213 * docs: quote pip extras install examples by @nyxst4ck in https://github.com/kyutai-labs/pocket-tts/pull/208 * Rename modules: mimi_transformer -> transformer, transformer -> attention by @manu-lm in https://github.com/kyutai-labs/pocket-tts/pull/237 * Mimi: decode_from_latent owns quantizer + transposes; encode_to_latent returns [B, T, C] by @manu-lm in https://github.com/kyutai-labs/pocket-tts/pull/239 * Add the training code by @manukyutai in https://github.com/kyutai-labs/pocket-tts/pull/244 * Add the 24l variant of the english model by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/245 ## New Contributors * @slaughters85j made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/193 * @Iheuzio made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/197 * @manukyutai made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/223 * @ShiroKSH made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/210 * @grigio made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/233 * @moduvoice made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/213 * @nyxst4ck made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/208 * @manu-lm made their first contribution in https://github.com/kyutai-labs/pocket-tts/pull/237 **Full Changelog**: https://github.com/kyutai-labs/pocket-tts/compare/v2.1.0...v3.0.0