From 573aefa73748159e58271a8065728cbe45acba7d Mon Sep 17 00:00:00 2001 From: slaren Date: Fri, 17 Nov 2023 17:33:49 +0100 Subject: [PATCH] llama : increase max nodes --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 3cc3fc9f0f3fb..56d8e765cc112 100644 --- a/llama.cpp +++ b/llama.cpp @@ -91,7 +91,7 @@ #define LLAMA_ATTRIBUTE_FORMAT(...) #endif -#define LLAMA_MAX_NODES 4096 +#define LLAMA_MAX_NODES 8192 // // logging