FunASR v1.4.0
FunASR 1.4.0
Install or upgrade the Python package:
pip install -U funasr==1.4.0Python package
- Rejects the common
vda_modelmisspelling immediately and points users to the supportedvad_modelargument, instead of silently running without VAD. - Restores SenseVoice English spelling normalization in installed wheels by packaging
english.json. - Restores RWKV-BAT CUDA kernel compilation from installed wheels by packaging the encoder and decoder
.cppand.cusources.
Tagged source
- Finalizes legacy WebSocket file-input sessions correctly when the client sends the end-control message. This runtime is distributed in the tagged GitHub source and is not part of the PyPI wheel.
Prebuilt llama.cpp runtime
The release assets include self-contained FunASR llama.cpp / GGUF runtimes for SenseVoice, Paraformer, and Fun-ASR-Nano:
- Linux arm64
- Linux x64
- Linux x64 AVX2
- Linux x64 Vulkan
- macOS arm64
- Windows x64
- Windows x64 AVX2
- Windows x64 CUDA
- Windows x64 Vulkan
Use SHA256SUMS-v1.4.0 to verify every Python and runtime artifact after download.
Full Changelog: v1.3.30...v1.4.0