We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0608e0d commit aa8c016Copy full SHA for aa8c016
ggml/include/ggml.h
@@ -220,6 +220,7 @@
220
#define GGML_MAX_SRC 10
221
#define GGML_MAX_N_THREADS 512
222
#define GGML_MAX_OP_PARAMS 64
223
+#define GGML_MAX_CONTEXTS 2048 // Bump from 64 to allow loading more than 64 model shards - https://github.com/ggml-org/whisper.cpp/discussions/2520
224
225
#ifndef GGML_MAX_NAME
226
# define GGML_MAX_NAME 128
0 commit comments