]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : increased GGML_MAX_PARAMS to allow finetuning of 70b models (#4424)
authorTaikono-Himazin <redacted>
Tue, 12 Dec 2023 09:24:32 +0000 (18:24 +0900)
committerGitHub <redacted>
Tue, 12 Dec 2023 09:24:32 +0000 (11:24 +0200)
ggml.h

diff --git a/ggml.h b/ggml.h
index a8f10cbd5c1d8ead7963644753cd3d8bdd776f05..41a075e92d506d7de3b2129c8081b68d1bb39db4 100644 (file)
--- a/ggml.h
+++ b/ggml.h
 #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