Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 435 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 435 Bytes

go-llama.cpp

LLama.cpp golang bindings

Clone the repository locally:

git clone --recurse-submodules https://github.com/go-skynet/go-llama.cpp

To build the bindings locally, run:

cd go-llama.cpp
make libbinding.a

Then you can run the example with:

LIBRARY_PATH=$PWD C_INCLUDE_PATH=$PWD go run ./examples -m "/model/path/here" -t 14

Enjoy!

License

MIT