Categorygithub.com/wailovet/go-llama.cpp-winbin
repositorypackage
0.0.0-20230522154021-6692d06d0b7f
Repository: https://github.com/wailovet/go-llama.cpp-winbin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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