From 1fa91a4833915214df68cf6b950657e7cc8e7b7e Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 3 Dec 2023 18:36:02 +0200 Subject: [PATCH] llama : enable offload debug temporarily --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;