mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 08:17:03 +00:00
12 lines
155 B
C
Vendored
12 lines
155 B
C
Vendored
#include "ggml.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ollama_debug(const struct ggml_tensor *tensor, bool verbose);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|