Explorar o código

ggml : increased GGML_MAX_PARAMS to allow finetuning of 70b models (#4424)

Taikono-Himazin %!s(int64=2) %!d(string=hai) anos
pai
achega
41a11aaf99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ggml.h

+ 1 - 1
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