mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-16 10:47:01 +00:00
9 lines
273 B
Go
9 lines
273 B
Go
package llama
|
|
|
|
// #cgo CXXFLAGS: -std=c++17
|
|
// #cgo CPPFLAGS: -I${SRCDIR}/../include
|
|
// #cgo CPPFLAGS: -I${SRCDIR}/../../../ml/backend/ggml/ggml/include
|
|
// #cgo windows CPPFLAGS: -D_WIN32_WINNT=0x0602
|
|
import "C"
|
|
import _ "github.com/ollama/ollama/ml/backend/ggml/ggml/src"
|