mirror of https://github.com/ollama/ollama.git
7 lines
194 B
Go
7 lines
194 B
Go
|
package mtmd
|
||
|
|
||
|
// #cgo CXXFLAGS: -std=c++11
|
||
|
// #cgo CPPFLAGS: -I${SRCDIR}/../../include -I${SRCDIR}/../../common
|
||
|
// #cgo CPPFLAGS: -I${SRCDIR}/../../../../ml/backend/ggml/ggml/include
|
||
|
import "C"
|