diff options
author | Taikono-Himazin <kazu@po.harenet.ne.jp> | 2023-12-12 18:24:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 11:24:32 +0200 |
commit | 41a11aaf99feff4901e4c8dc48ad00766c5da4e9 (patch) | |
tree | 46a78a9b80abbfb1849c3c10457cde0a679d3de4 /ggml.h | |
parent | 8a7b2fa528f130631a5f43648481596ab320ed5a (diff) |
ggml : increased GGML_MAX_PARAMS to allow finetuning of 70b models (#4424)
Diffstat (limited to 'ggml.h')
-rw-r--r-- | ggml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |