v1.3.12
thmoa/tex2shapev1.3.12Jun 21, 2026by github-actions[bot]
AI Summary
This release for FunASR focuses on documentation updates and bug fixes, including corrections to the vLLM guide, Qwen3-ASR language code mapping, and the README quickstart example.
Key Highlights
- Fixed Qwen3-ASR language code mapping to canonical names
- Updated vLLM installation steps to pin torch/torchaudio
- Corrected README quickstart code (missing model.generate call)
New Features
- Documentation improvements for vLLM guide
- Documentation updates to README
Full Release Notes
## What's Changed * docs(vllm_guide): drop stale repetition_penalty hardcode note by @LauraGPT in https://github.com/modelscope/FunASR/pull/3007 * fix(qwen3-asr): map ISO/short language codes to qwen-asr canonical names by @montvid in https://github.com/modelscope/FunASR/pull/3008 * docs(README): make the quickstart runnable (missing model.generate call) by @LauraGPT in https://github.com/modelscope/FunASR/pull/3010 * docs(vllm_guide): let vLLM pin torch/torchaudio in the installation steps by @qiulang in https://github.com/modelscope/FunASR/pull/3009 ## New Contributors * @montvid made their first contribution in https://github.com/modelscope/FunASR/pull/3008 * @qiulang made their first contribution in https://github.com/modelscope/FunASR/pull/3009 **Full Changelog**: https://github.com/modelscope/FunASR/compare/v1.3.11...v1.3.12