infrastructure_llama_bindings 0.0.1

Low Level Bindings to llama.cpp (originally: utilityai/llama-cpp-rs/llama-cpp-sys-2)
1
2
3
4
5
6
7
8
9
# llama-cpp-sys

Raw bindings to llama.cpp with cuda support.

## Context

Originally created and built by [utilityai/llama-cpp-rs](https://github.com/utilityai/llama-cpp-rs) released with MIT/Apache licenses.

But was derived and broken down into internal crates to maintain ownership and usage matching desired configuration.