hotfix for rwkv

This commit is contained in:
Concedo 2023-06-13 23:38:41 +08:00
parent 9db2ec068f
commit 82cf97ce92
3 changed files with 3 additions and 3 deletions

2
ggml.h
View file

@ -194,7 +194,7 @@
#define GGML_QNT_VERSION_FACTOR 1000 // do not change this
#define GGML_MAX_DIMS 4
#define GGML_MAX_NODES 4096
#define GGML_MAX_NODES 8192
#define GGML_MAX_PARAMS 256
#define GGML_MAX_CONTEXTS 64
#define GGML_MAX_OPT 4