FunASR 1.4.5: lighter Python install and nine-platform llama.cpp runtimes / 更轻安装与九平台运行时 #3536
LauraGPT
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
FunASR 1.4.5 is now available from public PyPI and the signed GitHub Release. This release makes the default Python inference install lighter and puts the current prebuilt llama.cpp / GGUF runtimes beside the Python distributions.
Install
What changed
torchaudiois no longer a hard dependency for standard inference. Existing torchaudio workflows remain supported when it is installed explicitly.knfextra addskaldi-native-fbankfor a smaller inference dependency path.runtime-llamacpp-v0.2.1archives, andSHA256SUMS-v1.4.5.The runtime set covers Linux arm64, Linux x64 portable/AVX2/Vulkan, macOS arm64, and Windows x64 portable/AVX2/Vulkan/CUDA. Download one archive, unpack it, then use the bundled
download-funasr-model.sh <sensevoice|paraformer|nano>helper and the matchingllama-funasr-*binary.Public artifact SHA-256:
e3f982e8d84c4c1b043e0536aaa7d4ae81ad2b5ae6c9f234bfd355bab23c6dd1a0fa52149a6dcdac9713b3d6fee07febb0c01a34bcb5f0b9c42ff27dc9ffb464FunASR 1.4.5 已发布到 public PyPI 和带签名 tag 的 GitHub Release。本次发布让默认 Python 推理安装更轻,并把当前预编译 llama.cpp / GGUF 运行时与 Python 发行包集中到同一个下载页。
更新内容
torchaudio;显式安装后,已有 torchaudio 工作流仍可继续使用。funasr[knf]extra 增加kaldi-native-fbank,提供更精简的推理依赖路径。runtime-llamacpp-v0.2.1归档和SHA256SUMS-v1.4.5。运行时覆盖 Linux arm64、Linux x64 portable/AVX2/Vulkan、macOS arm64,以及 Windows x64 portable/AVX2/Vulkan/CUDA。下载并解压对应归档后,可使用内置模型下载脚本和
llama-funasr-*命令启动。本次发布已从公网重新下载并核对所有归档完整性与实际 SHA-256。欢迎在反馈中附上平台、后端、模型、输入音频边界和最小复现命令。
All reactions