v0.3.1
Highlights
- Add a public
model.warmup(prefill_len=100)API shared by the Torch and GGML backends. - Keep the former private Torch
_warmup()entry point as a compatibility alias. - Capture CUDA graphs once on Torch while treating GGML warmup as a safe no-op until qwentts.cpp exposes a native preparation hook.
- Update internal, demo, example, and test callers to use the public API.
- Install the published PyPI package in the demo Space deployment.
This resolves the backend interface mismatch reported in huggingface/speech-to-speech#354.
Installation
pip install faster-qwen3-tts==0.3.1For the optional GGML backend:
pip install "faster-qwen3-tts[ggml]==0.3.1"Changes
Full changelog: v0.3.0...v0.3.1