Update ghcr.io/remsky/kokoro-fastapi-cpu Docker tag to v0.8.2 #422

Merged
Renovate merged 1 commits from renovate/ghcr.io-remsky-kokoro-fastapi-cpu-0.x into fresh-start 2026-09-06 02:02:13 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/remsky/kokoro-fastapi-cpu patch v0.8.1v0.8.2

Release Notes

remsky/Kokoro-FastAPI (ghcr.io/remsky/kokoro-fastapi-cpu)

v0.8.2

Compare Source

Added
  • Optional model auto-unload after an idle timeout (MODEL_AUTO_UNLOAD_TIMEOUT_SECONDS, default off) to release VRAM. Reloads on the next request. /dev/model reports load/idle state and POST /dev/reload pre-warms the model, both behind ALLOW_DEV_UNLOAD.
  • /v1/audio/voices entries carry the per-voice grades from VOICES.md, where graded; added in web player dropdown w/ hover for the target quality and training duration.
  • Web player: Normalize text toggle in settings, off sends input as written (#​391, #​523 by @​webdevsamran).
Changed
  • Sentence splitting via UAX #​29 segmentation instead of regex; e.g: etc., Dr., and CJK punctuation split more accurately (#​308, adapts #​415 by @​lionel-rowe).
  • ROCm: MIOpen off by default for better performance re: tensor shape recompilation (2.4s vs 0.27s on gfx1100). ENABLE_MIOPEN=true restores it (#​518 by @​s-kerdel).
  • Compose files no longer mount api/ or set defaults already baked into the image (DOWNLOAD_MODEL, PYTHONPATH, etc).
Fixed

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/remsky/kokoro-fastapi-cpu](https://github.com/remsky/Kokoro-FastAPI) | patch | `v0.8.1` → `v0.8.2` | --- ### Release Notes <details> <summary>remsky/Kokoro-FastAPI (ghcr.io/remsky/kokoro-fastapi-cpu)</summary> ### [`v0.8.2`](https://github.com/remsky/Kokoro-FastAPI/blob/HEAD/CHANGELOG.md#v082---2026-09-05) [Compare Source](https://github.com/remsky/Kokoro-FastAPI/compare/v0.8.1...v0.8.2) ##### Added - Optional model auto-unload after an idle timeout (`MODEL_AUTO_UNLOAD_TIMEOUT_SECONDS`, default off) to release VRAM. Reloads on the next request. `/dev/model` reports load/idle state and `POST /dev/reload` pre-warms the model, both behind `ALLOW_DEV_UNLOAD`. - `/v1/audio/voices` entries carry the per-voice grades from [VOICES.md](https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md), where graded; added in web player dropdown w/ hover for the target quality and training duration. - Web player: `Normalize text` toggle in settings, off sends input as written ([#&#8203;391](https://github.com/remsky/Kokoro-FastAPI/issues/391), [#&#8203;523](https://github.com/remsky/Kokoro-FastAPI/issues/523) by [@&#8203;webdevsamran](https://github.com/webdevsamran)). ##### Changed - Sentence splitting via UAX [#&#8203;29](https://github.com/remsky/Kokoro-FastAPI/issues/29) segmentation instead of regex; e.g: `etc.`, `Dr.`, and CJK punctuation split more accurately ([#&#8203;308](https://github.com/remsky/Kokoro-FastAPI/issues/308), adapts [#&#8203;415](https://github.com/remsky/Kokoro-FastAPI/issues/415) by [@&#8203;lionel-rowe](https://github.com/lionel-rowe)). - ROCm: MIOpen off by default for better performance re: tensor shape recompilation (2.4s vs 0.27s on gfx1100). `ENABLE_MIOPEN=true` restores it ([#&#8203;518](https://github.com/remsky/Kokoro-FastAPI/issues/518) by [@&#8203;s-kerdel](https://github.com/s-kerdel)). - Compose files no longer mount `api/` or set defaults already baked into the image (`DOWNLOAD_MODEL`, `PYTHONPATH`, etc). ##### Fixed - `DEFAULT_VOICE_CODE` now applies on the speech endpoints and `/dev/generate_from_phonemes` ([#&#8203;514](https://github.com/remsky/Kokoro-FastAPI/issues/514), [#&#8203;515](https://github.com/remsky/Kokoro-FastAPI/issues/515) by [@&#8203;Christian-Sidak](https://github.com/Christian-Sidak), [#&#8203;516](https://github.com/remsky/Kokoro-FastAPI/issues/516)). - Entrypoint and `start-*.sh` honour `HOST` / `PORT`, so `HOST=::` binds IPv6-only ([#&#8203;408](https://github.com/remsky/Kokoro-FastAPI/issues/408), reported by [@&#8203;felixls](https://github.com/felixls)). </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42NS41IiwidXBkYXRlZEluVmVyIjoiNDQuNjUuNSIsInRhcmdldEJyYW5jaCI6ImZyZXNoLXN0YXJ0IiwibGFiZWxzIjpbXX0=-->
Renovate added 1 commit 2026-09-06 02:02:11 +00:00
Renovate scheduled this pull request to auto merge when all checks succeed 2026-09-06 02:02:11 +00:00
Renovate merged commit e9c8100f53 into fresh-start 2026-09-06 02:02:13 +00:00
Renovate deleted branch renovate/ghcr.io-remsky-kokoro-fastapi-cpu-0.x 2026-09-06 02:02:13 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lumpiasty/klaster#422