mirror of
https://github.com/ollama/ollama.git
synced 2025-05-16 06:24:52 +02:00
6 lines
76 B
Go
6 lines
76 B
Go
//go:build debug
|
|
|
|
package ggml
|
|
|
|
// #cgo CPPFLAGS: -DOLLAMA_DEBUG
|
|
import "C"
|