runtime-llamacpp-v0.1.4
netbirdio/netbirdruntime-llamacpp-v0.1.4Jun 29, 2026by LauraGPT
AI Summary
Adds AVX2 optimized prebuilt binaries for the FunASR llama.cpp runtime to improve performance on modern CPUs while maintaining compatibility for older ones.
Key Highlights
- Adds explicit `x64-avx2` assets for CPUs with AVX2/FMA/F16C/BMI2 support
- Maintains conservative x64 assets for maximum CPU compatibility
- Fixes SIGILL issues from v0.1.3 for users on compatible hardware
New Features
- x64-avx2 prebuilt binaries
- Conservative x64 prebuilt binaries
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`.