Skip to content

Commit a505718

Browse files
committed
add -DLLAMA_CURL=OFF cmake arg avoid the the error "Could NOT find CURL"
1 parent d390717 commit a505718

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-wheels-cuda-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
$env:VERBOSE = '1'
9494
$env:CMAKE_ARGS = '-DGGML_CUDA=on -DCMAKE_CUDA_ARCHITECTURES=' + $env:CUDAARCHVER
9595
$env:CMAKE_ARGS = "-DGGML_CUDA_FORCE_MMQ=ON $env:CMAKE_ARGS"
96+
$env:CMAKE_ARGS = "-DLLAMA_CURL=OFF $env:CMAKE_ARGS"
9697
if ($env:AVXVER -eq 'AVX') {
9798
$env:CMAKE_ARGS = $env:CMAKE_ARGS + ' -DGGML_AVX2=off -DGGML_FMA=off -DGGML_F16C=off'
9899
}

vendor/llama.cpp

0 commit comments

Comments
 (0)