Skip to content

Commit e28d307

Browse files
authored
-DGGML_SCHED_MAX_COPIES=1 -DGGML_CUDA_IQK_FORCE_BF16=1
https://www.reddit.com/r/LocalLLaMA/comments/1l0m8r0/comment/mvhmq3c/
1 parent 776e9d6 commit e28d307

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ jobs:
411411
-DGGML_NATIVE=OFF ^
412412
-DGGML_CPU=OFF ^
413413
-DGGML_CUDA=ON ^
414-
-DLLAMA_CURL=OFF
414+
-DLLAMA_CURL=OFF ^
415+
-DGGML_SCHED_MAX_COPIES=1 ^
416+
-DGGML_CUDA_IQK_FORCE_BF16=1
415417
set /A NINJA_JOBS=%NUMBER_OF_PROCESSORS%-1
416418
cmake --build build --config Release -j %NINJA_JOBS% --target ggml-cuda
417419

0 commit comments

Comments
 (0)