Files
ollama/ml/backend/ggml/ggml-debug.h
Michael Yang 2c5fb24855 wip: next ollama runner
implement llama and mllama model architectures in go using ggml (through
cgo)
2024-12-11 10:22:38 -08:00

4 lines
84 B
C
Vendored

#include "ggml.h"
void ggml_debug(const struct ggml_tensor *tensor, bool verbose);