double max nodes again
This commit is contained in:
parent
82cf97ce92
commit
15de626b3a
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -194,7 +194,7 @@
|
|||
#define GGML_QNT_VERSION_FACTOR 1000 // do not change this
|
||||
|
||||
#define GGML_MAX_DIMS 4
|
||||
#define GGML_MAX_NODES 8192
|
||||
#define GGML_MAX_NODES 16384
|
||||
#define GGML_MAX_PARAMS 256
|
||||
#define GGML_MAX_CONTEXTS 64
|
||||
#define GGML_MAX_OPT 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue