ollama/lib/README.md

11 lines
100 B
Markdown
Raw Normal View History

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