v0.5.2
udecode/platev0.5.2Dec 21, 2024by t41372
AI Summary
v0.5.2 is a patch release that corrects a previous mistake by reverting the default Automatic Speech Recognition (ASR) provider back to FunASR, resolving issues for users with Nvidia GPUs lacking cudnn.
Key Highlights
- Default ASR provider reverted to FunASR.
- Fix for Nvidia GPU compatibility issues caused by faster-whisper default.
Breaking Changes
- Default ASR provider changed from faster-whisper to FunASR.
New Features
- FunASR default provider
- GPU compatibility fix
Full Release Notes
# v0.5.2 patch The default ASR provider was changed back to `FunASR`. It was mistakenly set to `faster-whisper` a while ago without notice, and it caused a lot of problems for people who use Nvidia GPU without the cudnn. This change was not intended and has now been reversed. **Full Changelog**: https://github.com/t41372/Open-LLM-VTuber/compare/v0.5.1...v0.5.2