Skip to content

Commit bbecf3f

Browse files
authored
llama : increase max nodes (#4115)
1 parent 8e93610 commit bbecf3f

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)