v1.0.1
kyutai-labs/pocket-ttsv1.0.1Jan 13, 2026by vvolhejn
AI Summary
Initial patch release fixing a critical memory leak issue that was present in all threads.
Key Highlights
- Fixed memory leak by using no_grad in all threads
New Features
- Memory leak fix using no_grad context
Full Release Notes
## What's Changed * Fix memory leak by using no_grad in all threads by @gabrieldemarmiesse in https://github.com/kyutai-labs/pocket-tts/pull/16 **Full Changelog**: https://github.com/kyutai-labs/pocket-tts/compare/v1.0.0...v1.0.1