runtime-llamacpp-v0.1.4

1Panel-dev/1Panelruntime-llamacpp-v0.1.4Jun 29, 2026by LauraGPT

AI Summary

A performance and stability update for the FunASR llama.cpp runtime, introducing AVX2 optimization and fixing previous SIGILL instruction errors.

Key Highlights

  • Added explicit x64-avx2 assets for CPUs with AVX2/FMA/F16C/BMI2 for better performance.
  • Fixed SIGILL errors encountered in v0.1.3.
  • Conservative default x64 assets for maximum CPU compatibility.

New Features

  • AVX2 optimized prebuilt binaries
  • Improved CPU instruction set compatibility

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`.