mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-07-21 10:15:35 +00:00
Bump GGML_MAX_SRC to 16 (#2055)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user