mirror of
https://github.com/ollama/ollama.git
synced 2026-04-19 19:54:19 +02:00
8 lines
225 B
Go
8 lines
225 B
Go
package llama
|
|
|
|
// #cgo CXXFLAGS: -std=c++17
|
|
// #cgo CPPFLAGS: -I${SRCDIR}/../include
|
|
// #cgo CPPFLAGS: -I${SRCDIR}/../../../ml/backend/ggml/ggml/include
|
|
import "C"
|
|
import _ "github.com/ollama/ollama/ml/backend/ggml/ggml/src"
|