Skip to content

Commit bf6b2ef

Browse files
authored
Merge pull request #12 from kenvandine/windows-cuda-fix
fix(cuda): add -DGGML_CUDA=ON to Windows CUDA build
2 parents b638fe9 + fb10de9 commit bf6b2ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
set cmake_arch=%sm:sm_=%
248248
cmake -S . -B build -G "Ninja Multi-Config" ^
249249
-DSD_CUBLAS=ON ^
250+
-DGGML_CUDA=ON ^
250251
-DCMAKE_CUDA_ARCHITECTURES=%cmake_arch% ^
251252
-DGGML_NATIVE=OFF ^
252253
-DSD_BUILD_SHARED_LIBS=ON

0 commit comments

Comments
 (0)