ollama/lib/README.md
Jeffrey Morgan 76cb60d496 wip go engine
Co-authored-by: Patrick Devine <pdevine@sonic.net>
2023-07-06 16:34:44 -04:00

11 lines
100 B
Markdown

# Bindings
These are Llama.cpp bindings
## Build
```
cmake -S . -B build
cmake --build build
```