Release Date: December 25, 2025
AudioMuse v0.8.4 continue follow up on #225 keeping improving the stability of the CLAP analysis. This is particulary usefull for the user of GPU with -nvidia image that have OOM issue.
We also worked on readme.md by keeping the most important information needed for new user and by moving and improving the detailed one in /docs. Of particulary interest is /docs/ARCHITECTURE.md that explain how the different component of AudioMuse-AI work together.
What's Changed
- Fix GPU OOM errors with improved memory allocation and CPU fallback by @Copilot in #242
- Fix PostgreSQL NUL byte errors and ONNX GPU memory allocation failures by @Copilot in #245
- Fix memory leaks on non-OOM errors and enhance string sanitization by @Copilot in #246
- Fix OOM fallback to CPU and memory cleanup in ONNX inference by @Copilot in #248
- [WIP] Fix errors in CI logs for memory cleanup tests by @Copilot in #249
- Devel —> Main by @NeptuneHub in #247
Full Changelog: v0.8.3...v0.8.4