v1.4.1

moeru-ai/airiv1.4.1Aug 4, 2026by LauraGPT

AI Summary

FunASR Python package v1.4.1 includes fixes for the paraformer-en alias to use the official English checkpoint and adds LoRA fine-tuning support for the Qwen3 LLM. It also adds stable JSONL transcript output for ONNX Runtime and reproducible SenseVoice deployment paths.

Key Highlights

  • Routes the Hugging Face paraformer-en alias to the official English checkpoint instead of the Chinese model.
  • Adds LoRA fine-tuning support for the Qwen3 LLM inside Fun-ASR-Nano.
  • Adds stable JSONL transcript and timestamp output to native ONNX Runtime binaries.
  • Adds a reproducible SenseVoice TensorRT/Triton deployment path.

New Features

  • LoRA fine-tuning support for Qwen3 LLM
  • Checkpoint selection stability fix
  • Stable JSONL transcript output for ONNX Runtime
  • Reproducible SenseVoice TensorRT/Triton deployment
  • openclaw-funasr realtime transcription provider

Full Release Notes

## FunASR 1.4.1

Install or upgrade the Python package:

```bash
pip install -U funasr==1.4.1
```

### Python package

- Routes the Hugging Face `paraformer-en` alias to the official English checkpoint instead of silently downloading the Chinese model.
- Adds LoRA fine-tuning support for the Qwen3 LLM inside Fun-ASR-Nano, including deterministic regression coverage and bilingual guidance.
- Avoids checkpoint-selection failures when a save step has not yet produced validation metrics.

### Tagged source

- Adds stable JSONL transcript and timestamp output to the native ONNX Runtime offline and two-pass binaries.
- Adds a reproducible SenseVoice TensorRT/Triton deployment path.
- Adds the `openclaw-funasr` realtime transcription provider for OpenClaw Talk and Voice Call.
- Includes native runtime buffer-ownership fixes merged after `v1.4.0`.

### Prebuilt llama.cpp runtime

The release includes the same verified FunASR llama.cpp / GGUF runtime builds for nine Linux, macOS, and Windows targets. Use `SHA256SUMS-v1.4.1` to verify every Python and runtime artifact after download.

**Full Changelog:** https://github.com/modelscope/FunASR/compare/v1.4.0...v1.4.1