FunASR v1.4.5: Lighter Python Inference and Nine llama.cpp Runtimes

FunASR v1.4.5 release visual

FunASR v1.4.5 makes the default Python inference install lighter: torchaudio is no longer a hard dependency, while kaldi-native-fbank is available when a native fbank path is needed. The same GitHub Release carries the wheel, sdist, nine llama.cpp / GGUF runtimes, and one checksum manifest.

Installation boundaries

PathCommandUse it for
Standardpython -m pip install -U "funasr==1.4.5"Normal Python inference without an automatic torchaudio install
KNF backendpython -m pip install -U "funasr[knf]==1.4.5"A lighter feature path backed by kaldi-native-fbank
Existing torchaudio flowpython -m pip install torchaudioStill supported when installed explicitly; it is outside the default dependency set

The stable distributions are on PyPI 1.4.5. Both were built from exact main commit 4df59cc1, downloaded again, and matched to their published digests.

Deployment evidence and limits

The recorded Ascend 910B run processed 70.47 seconds of audio in 1.15 seconds under its fixed test contract, for RTF 0.016. This is reproducible evidence for that hardware, model, audio, and timing scope, not a production capacity promise for other systems.

All 38 release-contract tests passed. The wheel and sdist passed Twine, archive integrity, isolated-install, and public-PyPI round-trip checks. The signed tag resolves exactly to 4df59cc15386ff3bb10916256d807ebc5c85f81d.

All 12 assets on one page

The v1.4.5 Release pins and mirrors runtime-llamacpp-v0.2.1 with:

sha256sum -c SHA256SUMS-v1.4.5

Use the llama.cpp production deployment page for hardware selection, launch commands, smoke tests, and known boundaries. GPU API deployments can continue with the vLLM guide.

Start from a pinned version and verified assets, then revalidate on the target hardware with representative audio before rollout.

Open v1.4.5 and all 12 assets