Files
ollama/ml/backend/ggml/ggml_debug.go
Michael Yang 8cb7b94c40 next ollama runner
implement llama and mllama model architectures in go using ggml (through
cgo)
2025-01-20 09:39:43 -08:00

7 lines
76 B
Go

//go:build debug
package ggml
// #cgo CPPFLAGS: -DOLLAMA_DEBUG
import "C"