We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506934f commit a2de9fbCopy full SHA for a2de9fb
ggml/CMakeLists.txt
@@ -151,7 +151,7 @@ option(GGML_CUDA_FORCE_CUBLAS "ggml: always use cuBLAS instead of
151
# set (GGML_CUDA_MMV_Y "1" CACHE STRING "ggml: y block size for mmv CUDA kernels")
152
option(GGML_CUDA_F16 "ggml: use 16 bit floats for some calculations" ON)
153
# set (GGML_CUDA_KQUANTS_ITER "2" CACHE STRING
154
- "ggml: iters./thread per block for Q2_K/Q6_K")
+# "ggml: iters./thread per block for Q2_K/Q6_K")
155
156
set (GGML_CUDA_PEER_MAX_BATCH_SIZE "128" CACHE STRING
157
"ggml: max. batch size for using peer access")
0 commit comments