Packages

NIF Wrapper around llama.cpp allowing elixir code to load/infer against gguf format models.

Current section

Files

Jump to
ex_llama CHANGELOG.md
Raw

CHANGELOG.md

Change Log
=====
## 0.2.2
Fix Linux build: enable GGML_BLAS=ON in the cmake step so libggml-blas.a
is produced, matching what the NIF link line already expects. On Darwin
this flag picks Apple Accelerate (prior default); on Linux it selects
OpenBLAS (requires libopenblas-dev at build time).
## 0.1.0
Update to use GenAI Core structs