mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-17 19:27:00 +00:00
11 lines
100 B
Markdown
11 lines
100 B
Markdown
# Bindings
|
|
|
|
These are Llama.cpp bindings
|
|
|
|
## Build
|
|
|
|
```
|
|
cmake -S . -B build
|
|
cmake --build build
|
|
```
|