Skip to content

Commit 41a11aa

Browse files
ggml : increased GGML_MAX_PARAMS to allow finetuning of 70b models (#4424)
1 parent 8a7b2fa commit 41a11aa

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)