ollama/lib/README.md

11 lines
100 B
Markdown

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