runtime-llamacpp-v0.1.4
PaddlePaddle/Paddleruntime-llamacpp-v0.1.4Jun 29, 2026by LauraGPT
AI Summary
This release updates the FunASR llama.cpp runtime binaries, focusing on improving CPU compatibility and performance. It introduces a specific AVX2 build for faster execution on compatible hardware while maintaining a conservative default build to prevent crashes.
Key Highlights
- Adds explicit x64-avx2 assets for CPUs supporting AVX2/FMA/F16C/BMI2
- Provides a faster build for users who found v0.1.3 too slow
- Maintains conservative default x64 assets to prevent SIGILL errors
New Features
- Explicit AVX2 asset support
- SIGILL crash fix
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`.