runtime-llamacpp-v0.1.4
huggingface/smolagentsruntime-llamacpp-v0.1.4Jun 29, 2026by LauraGPT
AI Summary
Release of FunASR llama.cpp runtime v0.1.4 featuring prebuilt binaries with conservative x64 defaults and specialized AVX2 assets for compatible hardware.
Key Highlights
- Added explicit x64-avx2 assets for CPUs with AVX2/FMA/F16C/BMI2 support.
- Kept default x64 assets conservative for maximum CPU compatibility.
- Addresses SIGILL errors from previous versions while offering a faster AVX2 option.
New Features
- New AVX2 support package for improved performance on compatible hardware.
Full Release Notes
Prebuilt self-contained binaries for the FunASR llama.cpp / GGUF runtime. This release keeps the default x64 assets conservative for maximum CPU compatibility and adds explicit `x64-avx2` assets for CPUs with AVX2/FMA/F16C/BMI2. If v0.1.3 fixed SIGILL but was too slow on your machine, try `funasr-llamacpp-windows-x64-avx2.zip`. Use the default x64 package if the AVX2 package fails with `Illegal instruction` / `SIGILL`.