Skip to content

Commit 79fa98c

Browse files
committed
GGML_MAX_COPIES_1 in CML
1 parent f95ed01 commit 79fa98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if (WIN32)
112112
endif()
113113

114114
# ggml core
115-
set(GGML_SCHED_MAX_COPIES "4" CACHE STRING "ggml: max input copies for pipeline parallelism")
115+
set(GGML_SCHED_MAX_COPIES "1" CACHE STRING "ggml: max input copies for pipeline parallelism")
116116

117117
# 3rd party libs / backends
118118
option(GGML_ACCELERATE "ggml: enable Accelerate framework" ON)

0 commit comments

Comments
 (0)