Skip to content

Commit 044f9b4

Browse files
Taikono-Himazinteleprint-me
authored andcommitted
ggml : increased GGML_MAX_PARAMS to allow finetuning of 70b models (ggml-org#4424)
1 parent d640273 commit 044f9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
#define GGML_QNT_VERSION_FACTOR 1000 // do not change this
216216

217217
#define GGML_MAX_DIMS 4
218-
#define GGML_MAX_PARAMS 1024
218+
#define GGML_MAX_PARAMS 2048
219219
#define GGML_MAX_CONTEXTS 64
220220
#define GGML_MAX_SRC 6
221221
#define GGML_MAX_NAME 64

0 commit comments

Comments
 (0)