FunASR 1.3.16
What's changed
FunASR 1.3.16 makes the Fun-ASR-Nano realtime WebSocket service directly installable from PyPI.
- Run the service with
funasr-realtime-serverafter installing FunASR. - Use
--endpoint-mode clientwhen the client controls utterance boundaries withCOMMITmessages. - Stream multiple utterances on one connection with monotonic absolute timestamps.
- Keep the existing example entrypoint as a compatibility wrapper.
- Support current
websocketsreleases through an explicit runtime dependency.
pip install --upgrade funasr
funasr-realtime-server --endpoint-mode clientThe installed wheel was validated end to end on an NVIDIA H100 with Fun-ASR-Nano, vLLM 0.19.1, Torch 2.10.0+cu128, and websockets 16.1.
Full changelog: v1.3.15...v1.3.16