Skip to content

Commit

Permalink
llama : increase max nodes (ggerganov#4115)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Nov 17, 2023
1 parent 8e93610 commit bbecf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
#define LLAMA_ATTRIBUTE_FORMAT(...)
#endif

#define LLAMA_MAX_NODES 4096
#define LLAMA_MAX_NODES 8192

//
// logging
Expand Down

0 comments on commit bbecf3f

Please sign in to comment.