summaryrefslogtreecommitdiff
path: root/llama.cpp
diff options
context:
space:
mode:
authorslaren <slarengh@gmail.com>2023-11-17 20:39:11 +0100
committerGitHub <noreply@github.com>2023-11-17 21:39:11 +0200
commitbbecf3f415797f812893947998bda4f866fa900e (patch)
treec1e1c51f8c661e8fafc03c6271fbd0e8ffd95350 /llama.cpp
parent8e9361089dd31ae9ae59452a8ee409fd51a16371 (diff)
llama : increase max nodes (#4115)
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.cpp b/llama.cpp
index 3cc3fc9f..56d8e765 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