Skip to content

FunASR 1.3.16

Choose a tag to compare

@github-actions github-actions released this 17 Jul 18:02
· 553 commits to main since this release
d41ca43

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-server after installing FunASR.
  • Use --endpoint-mode client when the client controls utterance boundaries with COMMIT messages.
  • Stream multiple utterances on one connection with monotonic absolute timestamps.
  • Keep the existing example entrypoint as a compatibility wrapper.
  • Support current websockets releases through an explicit runtime dependency.
pip install --upgrade funasr
funasr-realtime-server --endpoint-mode client

The 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.

Merged work: #3245, #3246

Full changelog: v1.3.15...v1.3.16