llama: increase maximum experts allowed
This commit is contained in:
parent
7e7cd53ca6
commit
52c403355f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LLAMA_MAX_NODES 8192
|
#define LLAMA_MAX_NODES 8192
|
||||||
#define LLAMA_MAX_EXPERTS 8
|
#define LLAMA_MAX_EXPERTS 16
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue