double max nodes again

This commit is contained in:
Concedo 2023-06-13 23:51:10 +08:00
parent 82cf97ce92
commit 15de626b3a

2
ggml.h
View file

@ -194,7 +194,7 @@
#define GGML_QNT_VERSION_FACTOR 1000 // do not change this
#define GGML_MAX_DIMS 4
#define GGML_MAX_NODES 8192
#define GGML_MAX_NODES 16384
#define GGML_MAX_PARAMS 256
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_OPT 4