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 2857fb5 commit a5a32b9Copy full SHA for a5a32b9
CMakeLists.txt
@@ -49,6 +49,7 @@ option(LLAMA_CUDA_F16 "llama: use 16 bit floats for dmmv
49
set(LLAMA_CUDA_KQUANTS_ITER "2" CACHE STRING "llama: iters./thread per block for Q2_K/Q6_K")
50
set(LLAMA_CUDA_PEER_MAX_BATCH_SIZE "128" CACHE STRING
51
"llama: max. batch size for using peer access")
52
+set(GGML_CUDA_USE_GRAPHS ON)
53
option(LLAMA_HIPBLAS "llama: use hipBLAS" OFF)
54
55
# Other
0 commit comments