ollama debug tensor

This commit is contained in:
Michael Yang
2025-03-09 14:45:36 -07:00
parent 6b0486c216
commit 9e4642e9b3
8 changed files with 186 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#include "ggml.h"
#ifdef __cplusplus
extern "C" {
#endif
void ollama_debug(const struct ggml_tensor *tensor, bool verbose);
#ifdef __cplusplus
}
#endif