Update ghcr.io/neptunehub/audiomuse-ai Docker tag to v0.8.4 #242

Merged
renovate-bot merged 0 commits from renovate/ghcr.io-neptunehub-audiomuse-ai-0.x into master 2025-12-26 09:18:44 +00:00
renovate-bot commented 2025-12-23 00:01:46 +00:00 (Migrated from gitea.smittenfeld.nl)

This PR contains the following updates:

Package Update Change
ghcr.io/neptunehub/audiomuse-ai patch 0.8.2 -> 0.8.4

Release Notes

NeptuneHub/AudioMuse-AI (ghcr.io/neptunehub/audiomuse-ai)

v0.8.4: AudioMuse AI v0.8.4: CLAP analysis stability improvement

Compare Source

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

Full Changelog: https://github.com/NeptuneHub/AudioMuse-AI/compare/v0.8.3...v0.8.4

v0.8.3: AudioMuse AI v0.8.3: Text Search resource usage improvement

Compare Source

Release Date: December 22, 2025

AudioMuse v0.8.3 follow up on #​225 in regard of GPU memory usage during the Text Search functionality. This will improve the memory usage and the speed of the analysis on both GPU and RAM.

We also improved the deployment.yaml and the docker-compose.yaml example to show the usage of the env var CLAP_ENABLED. For slow cpu it can be put as false to disable the text search functionality and skip the CLAP analysis.

What's Changed
New Contributors

Full Changelog: https://github.com/NeptuneHub/AudioMuse-AI/compare/v0.8.2...v0.8.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/neptunehub/audiomuse-ai](https://github.com/NeptuneHub/AudioMuse-AI) | patch | `0.8.2` -> `0.8.4` | --- ### Release Notes <details> <summary>NeptuneHub/AudioMuse-AI (ghcr.io/neptunehub/audiomuse-ai)</summary> ### [`v0.8.4`](https://github.com/NeptuneHub/AudioMuse-AI/releases/tag/v0.8.4): AudioMuse AI v0.8.4: CLAP analysis stability improvement [Compare Source](https://github.com/NeptuneHub/AudioMuse-AI/compare/v0.8.3...v0.8.4) **Release Date:** December 25, 2025 **AudioMuse v0.8.4** continue follow up on [#&#8203;225](https://github.com/NeptuneHub/AudioMuse-AI/issues/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 [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;242](https://github.com/NeptuneHub/AudioMuse-AI/pull/242) - Fix PostgreSQL NUL byte errors and ONNX GPU memory allocation failures by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;245](https://github.com/NeptuneHub/AudioMuse-AI/pull/245) - Fix memory leaks on non-OOM errors and enhance string sanitization by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;246](https://github.com/NeptuneHub/AudioMuse-AI/pull/246) - Fix OOM fallback to CPU and memory cleanup in ONNX inference by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;248](https://github.com/NeptuneHub/AudioMuse-AI/pull/248) - \[WIP] Fix errors in CI logs for memory cleanup tests by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;249](https://github.com/NeptuneHub/AudioMuse-AI/pull/249) - Devel —> Main by [@&#8203;NeptuneHub](https://github.com/NeptuneHub) in [#&#8203;247](https://github.com/NeptuneHub/AudioMuse-AI/pull/247) **Full Changelog**: <https://github.com/NeptuneHub/AudioMuse-AI/compare/v0.8.3...v0.8.4> ### [`v0.8.3`](https://github.com/NeptuneHub/AudioMuse-AI/releases/tag/v0.8.3): AudioMuse AI v0.8.3: Text Search resource usage improvement [Compare Source](https://github.com/NeptuneHub/AudioMuse-AI/compare/v0.8.2...v0.8.3) **Release Date:** December 22, 2025 **AudioMuse v0.8.3** follow up on [#&#8203;225](https://github.com/NeptuneHub/AudioMuse-AI/issues/225) in regard of GPU memory usage during the Text Search functionality. This will improve the memory usage and the speed of the analysis on both GPU and RAM. We also improved the **deployment.yaml** and the **docker-compose.yaml** example to show the usage of the env var `CLAP_ENABLED`. For slow cpu it can be put as `false` to disable the text search functionality and skip the CLAP analysis. ##### What's Changed - Configure NVIDIA GPU resources in docker-compose by [@&#8203;NeptuneHub](https://github.com/NeptuneHub) in [#&#8203;228](https://github.com/NeptuneHub/AudioMuse-AI/pull/228) - Remove unused imports and environment variables by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;229](https://github.com/NeptuneHub/AudioMuse-AI/pull/229) - Fix duplicate CLAP\_PYTHON\_MULTITHREADS parameter in README by [@&#8203;NeptuneHub](https://github.com/NeptuneHub) in [#&#8203;236](https://github.com/NeptuneHub/AudioMuse-AI/pull/236) - Mulan -> devel by [@&#8203;NeptuneHub](https://github.com/NeptuneHub) in [#&#8203;240](https://github.com/NeptuneHub/AudioMuse-AI/pull/240) - Devel -> Main - CLAP fix and improvement by [@&#8203;NeptuneHub](https://github.com/NeptuneHub) in [#&#8203;241](https://github.com/NeptuneHub/AudioMuse-AI/pull/241) ##### New Contributors - [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;229](https://github.com/NeptuneHub/AudioMuse-AI/pull/229) **Full Changelog**: <https://github.com/NeptuneHub/AudioMuse-AI/compare/v0.8.2...v0.8.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peter/homelab-docker-config!242
No description provided.