Skip to content

Commit f796f65

Browse files
slarenolexiyb
authored andcommitted
llama : increase max nodes (ggml-org#4115)
1 parent 2604b3a commit f796f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#define LLAMA_ATTRIBUTE_FORMAT(...)
9292
#endif
9393

94-
#define LLAMA_MAX_NODES 4096
94+
#define LLAMA_MAX_NODES 8192
9595

9696
//
9797
// logging

0 commit comments

Comments
 (0)