rust_llama.cpp
LLama.cpp rust bindings.
The rust bindings are mostly based on https://github.com/go-skynet/go-llama.cpp/
Building Locally
Note: This repository uses git submodules to keep track of LLama.cpp.
Clone the repository locally:
Usage
[]
= "0.1.2"
use ;
TODO
- Implement support for cublas,openBLAS & OpenCL
- Implement support for GPU (Metal)
- Add some test cases
- Add some proper examples
LICENSE
MIT