llama : increase max nodes

This commit is contained in:
slaren 2023-11-17 17:33:49 +01:00
parent 8e9361089d
commit 573aefa737

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