mirror of
https://github.com/ollama/ollama.git
synced 2026-04-24 09:46:01 +02:00
wip: next ollama runner
implement llama and mllama model architectures in go using ggml (through cgo)
This commit is contained in:
6
ml/backend/ggml/backend_debug.go
Normal file
6
ml/backend/ggml/backend_debug.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build debug
|
||||
|
||||
package ggml
|
||||
|
||||
// #cgo CPPFLAGS: -DOLLAMA_DEBUG
|
||||
import "C"
|
||||
Reference in New Issue
Block a user