next ollama runner

implement llama and mllama model architectures in go using ggml (through
cgo)
This commit is contained in:
Michael Yang
2024-12-02 11:45:23 -08:00
parent 7bb356c680
commit 8cb7b94c40
576 changed files with 8922 additions and 10411 deletions

View File

@@ -0,0 +1,6 @@
package common
// #cgo CXXFLAGS: -std=c++11
// #cgo CPPFLAGS: -I${SRCDIR}/../include
// #cgo CPPFLAGS: -I${SRCDIR}/../../../ml/backend/ggml/ggml/include
import "C"