v3.8.0 — bump audiolla v1.0.3 → v1.0.5 + talkies v0.5.0 → v0.9.0

Minor release. Image-pin bump on all four services (audiolla CPU +
CUDA, talkies CPU + CUDA) plus nine new LiteLLM provider model
entries that match the engines the upstream talkies image now ships.

AUDIOLLA v1.0.3 → v1.0.5 (patch-level, wire-compatible):
  - v1.0.4 — deepfilter no longer 400s before first load, structured
    JSON logging rewrite.
  - v1.0.5 — UVR _STEM_RE regex for newer audio-separator filename
    format + phantom-output filter (fixes the "model produced no
    output files" bug on UVR restore endpoints). 470/479 pytest
    cases green on CUDA.

TALKIES v0.5.0 → v0.9.0 (four wire-compatible minor versions):
  - v0.6.0 — New TTS slug kokoro-82m-nvidia (ONNXRuntime path, no
    PyTorch on inference hot path).
  - v0.7.0 — Qwen3-TTS PCM streaming via HTTP/1.1 chunked
    transfer-encoding (TTFA ~3-8 s → ~200-700 ms).
  - v0.8.0 — Full Qwen3-TTS mode coverage. Four new slugs:
    qwen3-tts-1.7b (Base), qwen3-tts-0.6b-custom (9 preset speakers),
    qwen3-tts-1.7b-custom (preset + emotion via `instructions`),
    qwen3-tts-1.7b-design (NL voice description via `instructions`).
  - v0.9.0 — New multilingual ASR nemotron-3.5-asr-0.6b via
    parakeet.cpp (40+ locales, OpenMDW-1.1, per-word timestamps).
    Plus a latent CUDA dealloc race fix in the sibling-eviction path.

LiteLLM provider configs grow nine new model entries:
  - local-talkies-nemotron-3.5-asr-0.6b
  - local-talkies-cuda-nemotron-3.5-asr-0.6b
  - local-talkies-kokoro-82m-nvidia
  - local-talkies-cuda-kokoro-82m-nvidia
  - local-talkies-cuda-qwen3-tts-1.7b
  - local-talkies-cuda-qwen3-tts-0.6b-custom
  - local-talkies-cuda-qwen3-tts-1.7b-custom
  - local-talkies-cuda-qwen3-tts-1.7b-design

All ten verified end-to-end against the live aigate stack via the
LiteLLM router (not direct container ports).

See CHANGELOG.md for the full details + the first-boot CLOSE_WAIT
snag on kokoro-82m-nvidia's HF snapshot.