wip go engine

Co-authored-by: Patrick Devine <pdevine@sonic.net>
This commit is contained in:
Jeffrey Morgan
2023-07-03 15:22:44 -04:00
parent 172274b809
commit 76cb60d496
39 changed files with 1377 additions and 1 deletions

10
lib/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Bindings
These are Llama.cpp bindings
## Build
```
cmake -S . -B build
cmake --build build
```