mirror of
https://github.com/ollama/ollama.git
synced 2026-04-22 16:55:44 +02:00
7 lines
76 B
Go
7 lines
76 B
Go
//go:build debug
|
|
|
|
package ggml
|
|
|
|
// #cgo CPPFLAGS: -DOLLAMA_DEBUG
|
|
import "C"
|