]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
common : use cpp-httplib as a cURL alternative for downloads (llama/16185)
authorAdrien Gallouët <redacted>
Fri, 26 Sep 2025 11:12:19 +0000 (13:12 +0200)
committerGeorgi Gerganov <redacted>
Mon, 29 Sep 2025 12:18:11 +0000 (15:18 +0300)
* vendor : update httplib

Signed-off-by: Adrien Gallouët <redacted>
* 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 <redacted>
* ggml : Bump to Windows 10

Signed-off-by: Adrien Gallouët <redacted>
---------

Signed-off-by: Adrien Gallouët <redacted>
ggml/CMakeLists.txt

index 0bb2daa7f7a134268190e36b0b96c1559b6646f0..fd0cf838923f393636143ba396703d7f929cb4e1 100644 (file)
@@ -176,7 +176,7 @@ set(GGML_CPU_POWERPC_CPUTYPE "" CACHE STRING "ggml: CPU type for PowerPC")
 
 
 if (MINGW)
-    set(GGML_WIN_VER "0x602" CACHE STRING   "ggml: Windows version")
+    set(GGML_WIN_VER "0xA00" CACHE STRING   "ggml: Windows version")
 endif()
 
 # ggml core