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 5eb15ef commit a3cbdf6Copy full SHA for a3cbdf6
CMakeLists.txt
@@ -64,7 +64,7 @@ endif ()
64
if(SD_MUSA)
65
message("-- Use MUSA as backend stable-diffusion")
66
set(GGML_MUSA ON)
67
- add_definitions(-DSD_USE_CUBLAS)
+ add_definitions(-DSD_USE_CUDA)
68
if(SD_FAST_SOFTMAX)
69
set(GGML_CUDA_FAST_SOFTMAX ON)
70
endif()
0 commit comments