v1.3.24
modelscope/FunASRv1.3.24Jul 22, 2026by github-actions[bot]
AI Summary
Enhanced the FunASR server with new CLI options, fixed client audio segment loss, and introduced Vulkan and GGUF HTTP transcription support.
Key Highlights
- Added --model-path and --hub options to funasr-server
- Fixed client lost the last segment of audio in online mode
- Added GGUF HTTP transcription wrapper
- Added Vulkan llama.cpp backend packaging
New Features
- Server CLI options (--model-path, --hub)
- Client audio segment fix
- GGUF HTTP transcription wrapper
- Vulkan llama.cpp backend packaging
Full Release Notes
## What's Changed * feat(server): add --model-path and --hub options to funasr-server by @liudonghua123 in https://github.com/modelscope/FunASR/pull/3299 * fix: client lost the last segment of audio in online mode by @dio-del in https://github.com/modelscope/FunASR/pull/3301 * feat(runtime): add GGUF HTTP transcription wrapper by @LauraGPT in https://github.com/modelscope/FunASR/pull/3303 * feat(runtime): add Vulkan llama.cpp backend packaging by @LauraGPT in https://github.com/modelscope/FunASR/pull/3304 * docs(runtime): mention Vulkan asset in release notes by @LauraGPT in https://github.com/modelscope/FunASR/pull/3305 * docs: surface Vulkan llama.cpp runtime in README by @LauraGPT in https://github.com/modelscope/FunASR/pull/3306 * docs: clarify realtime partial and hotword behavior by @LauraGPT in https://github.com/modelscope/FunASR/pull/3308 * docs: require FunASR 1.3.23 for Nano guides by @LauraGPT in https://github.com/modelscope/FunASR/pull/3310 * docs: fix broken markdown links by @LauraGPT in https://github.com/modelscope/FunASR/pull/3311 * docs: add canonical Nano finetune Chinese guide path by @LauraGPT in https://github.com/modelscope/FunASR/pull/3312 * docs: refresh stale public FunASR links by @LauraGPT in https://github.com/modelscope/FunASR/pull/3313 * docs: refresh remaining stale FunASR links by @LauraGPT in https://github.com/modelscope/FunASR/pull/3314 * chore: refresh awesome MCP tracking status by @LauraGPT in https://github.com/modelscope/FunASR/pull/3315 * release: bump funasr to 1.3.24 by @LauraGPT in https://github.com/modelscope/FunASR/pull/3316 ## New Contributors * @liudonghua123 made their first contribution in https://github.com/modelscope/FunASR/pull/3299 * @dio-del made their first contribution in https://github.com/modelscope/FunASR/pull/3301 **Full Changelog**: https://github.com/modelscope/FunASR/compare/v1.3.23...v1.3.24