runtime-llamacpp-v0.1.4

QuentinFuxa/WhisperLiveKitruntime-llamacpp-v0.1.4Jun 29, 2026by LauraGPT

AI Summary

This release provides prebuilt self-contained binaries for the FunASR llama.cpp runtime. It focuses on CPU compatibility by offering conservative default x64 assets and explicit AVX2 assets for faster performance on supported hardware.

Key Highlights

  • Prebuilt self-contained binaries for llama.cpp/GGUF runtime
  • Conservative default x64 assets for maximum CPU compatibility
  • Explicit x64-avx2 assets for faster execution on AVX2/FMA/F16C/BMI2 CPUs
  • Addresses SIGILL errors from previous versions

New Features

  • x64-avx2 asset variant for performance
  • Prebuilt binaries for Windows x64

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