Skip to content

Commit 019a43b

Browse files
angtggerganov
authored andcommitted
common : use cpp-httplib as a cURL alternative for downloads (llama/16185)
* vendor : update httplib Signed-off-by: Adrien Gallouët <[email protected]> * common : use cpp-httplib as a cURL alternative for downloads The existing cURL implementation is intentionally left untouched to prevent any regressions and to allow for safe, side-by-side testing by toggling the `LLAMA_CURL` CMake option. Signed-off-by: Adrien Gallouët <[email protected]> * ggml : Bump to Windows 10 Signed-off-by: Adrien Gallouët <[email protected]> --------- Signed-off-by: Adrien Gallouët <[email protected]>
1 parent 434b308 commit 019a43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ set(GGML_CPU_POWERPC_CPUTYPE "" CACHE STRING "ggml: CPU type for PowerPC")
176176

177177

178178
if (MINGW)
179-
set(GGML_WIN_VER "0x602" CACHE STRING "ggml: Windows version")
179+
set(GGML_WIN_VER "0xA00" CACHE STRING "ggml: Windows version")
180180
endif()
181181

182182
# ggml core

0 commit comments

Comments
 (0)