summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ggml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml.h b/ggml.h
index a8f10cbd..41a075e9 100644
--- a/ggml.h
+++ b/ggml.h
@@ -215,7 +215,7 @@
#define GGML_QNT_VERSION_FACTOR 1000 // do not change this
#define GGML_MAX_DIMS 4
-#define GGML_MAX_PARAMS 1024
+#define GGML_MAX_PARAMS 2048
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_SRC 6
#define GGML_MAX_NAME 64