Skip to content

Commit f145775

Browse files
committed
Disable CURL
1 parent fdf541b commit f145775

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rebuild_llama.cpp.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,14 @@ switch ($blasAccelerator) {
172172
cmake `
173173
-DGGML_BLAS=ON `
174174
-DGGML_BLAS_VENDOR=OpenBLAS `
175+
-DLLAMA_CURL=OFF `
175176
..
176177
}
177178

178179
"CUDA" {
179180
cmake `
180181
-DGGML_CUDA=ON `
182+
-DLLAMA_CURL=OFF `
181183
..
182184
}
183185

vendor/llama.cpp

Submodule llama.cpp updated 424 files

0 commit comments

Comments
 (0)