v3.0.0

kyutai-labs/pocket-ttsv3.0.0Aug 25, 2026by gabrieldemarmiesse

AI Summary

v3.0.0 introduces the training code for the project and performs significant internal refactoring of the Mimi audio encoder modules. It includes improvements to documentation, Docker support, and the addition of a new English model variant.

Key Highlights

  • Training code released
  • Mimi module refactoring (renaming and ownership changes)
  • New 24l English model variant
  • Enhanced documentation (GPU, Docker, macOS)

Breaking Changes

  • Renamed modules: mimi_transformer -> transformer, transformer -> attention
  • Mimi API changes: decode_from_latent now owns quantizer and transposes; encode_to_latent returns [B, T, C]

New Features

  • Training code
  • 24l English model variant
  • Temperature default update
  • Documentation improvements

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