Bump GGML_MAX_SRC to 16 (#2055)
This commit is contained in:
parent
adefdb4b98
commit
f74a6fb87b
|
|
@ -242,7 +242,7 @@
|
|||
#endif
|
||||
#ifndef GGML_MAX_SRC
|
||||
// For the machines with 11+ GPUs use -DGGML_MAX_SRC=N
|
||||
#define GGML_MAX_SRC 12
|
||||
#define GGML_MAX_SRC 16
|
||||
#endif
|
||||
#ifndef GGML_MAX_NAME
|
||||
#define GGML_MAX_NAME 64
|
||||
|
|
|
|||
Loading…
Reference in New Issue