llama : increase max nodes (#4115)

This commit is contained in:
slaren
2023-11-17 20:39:11 +01:00
committed by GitHub
parent 8e9361089d
commit bbecf3f415

View File

@ -91,7 +91,7 @@
#define LLAMA_ATTRIBUTE_FORMAT(...) #define LLAMA_ATTRIBUTE_FORMAT(...)
#endif #endif
#define LLAMA_MAX_NODES 4096 #define LLAMA_MAX_NODES 8192
// //
// logging // logging