mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-21 06:15:18 +00:00
slightly increase max splits
This commit is contained in:
parent
919a010ebc
commit
5a3c92365a
1 changed files with 2 additions and 2 deletions
|
|
@ -663,9 +663,9 @@ static bool ggml_is_view_op(enum ggml_op op) {
|
|||
#ifndef GGML_SCHED_MAX_BACKENDS
|
||||
#define GGML_SCHED_MAX_BACKENDS 16
|
||||
#endif
|
||||
//kcpp yolo fix: decreased from 30 to 14 in order to try resolve tts oom issues.
|
||||
//kcpp yolo fix: decreased from 30 to 16 in order to try resolve tts oom issues.
|
||||
#ifndef GGML_SCHED_MAX_SPLIT_INPUTS
|
||||
#define GGML_SCHED_MAX_SPLIT_INPUTS 14
|
||||
#define GGML_SCHED_MAX_SPLIT_INPUTS 16
|
||||
#endif
|
||||
|
||||
#ifndef GGML_SCHED_MAX_COPIES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue