diff --git a/llama.cpp b/llama.cpp index 3744a6463..334c1fad1 100644 --- a/llama.cpp +++ b/llama.cpp @@ -5508,7 +5508,7 @@ static struct ggml_cgraph * llama_build_graph( // // TODO: will be removed with backend v2 -//#define LLAMA_OFFLOAD_DEBUG +#define LLAMA_OFFLOAD_DEBUG if (!do_offload) { return;