Update ghcr.io/remsky/kokoro-fastapi-cpu Docker tag to v0.4.0 #306
Reference in New Issue
Block a user
Delete Branch "renovate/ghcr.io-remsky-kokoro-fastapi-cpu-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.3.0→v0.4.0Release Notes
remsky/Kokoro-FastAPI (ghcr.io/remsky/kokoro-fastapi-cpu)
v0.4.0Compare Source
Added
:latest-cu128,:vX.Y.Z-cu128, amd64 only) with PyTorch cu128 wheels (#443). Default:latestand new:latest-cu126alias stay on cu126 for Maxwell/Pascal compatibility.api/tests/integration/, opt-inintegrationmarker) and atts-api-test-clientimage that round-trips speech through faster-whisper against a live server. Run viadocker/docker-compose.test.yml./config.Breaking changes
/v1/audio/voicesitems in thevoicesarray changed from plain strings to{"id", "name"}objects (#462) to match OpenWebUI/similar clients, and allow metadata in the response. Clients reading entries as strings will break; pass?legacy=trueto restore the old item shape.{"voices": ["af_heart", ...]}{"voices": [{"id": "af_heart", "name": "af_heart"}, ...]}Changed
api_versionnow read from theVERSIONfile instead of hardcoded.docker/{cpu,gpu}/Dockerfile; the.optimizedvariants are the only build files now.MIOPEN_FIND_MODE=2so the on-disk kernel cache is reused instead of re-searched per process, and ships an opt-in warmup script atdocker/rocm/warmup_miopen.pyto pre-populate it. Recipe and benchmarks from @realugbun in #454.Fixed
DOWNLOAD_MODEL=truefor an idempotent model fetch on startup.VERSIONshipped into images so/configreports the real server version.int16abs()overflow).Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.