]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : use cpp-httplib as a cURL alternative for downloads (#16185)
authorAdrien Gallouët <redacted>
Fri, 26 Sep 2025 11:12:19 +0000 (13:12 +0200)
committerGitHub <redacted>
Fri, 26 Sep 2025 11:12:19 +0000 (14:12 +0300)
commitb995a10760cb93d23d617d76ecb82a5f95b5e0d3
tree926d46e624cbd9f532b846c721a7f51909e3b66c
parent4710dd31bbcef79d04f85a3a6a8c7d9439c5c79a
common : use cpp-httplib as a cURL alternative for downloads (#16185)

* 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>
common/CMakeLists.txt
common/arg.cpp
ggml/CMakeLists.txt
vendor/cpp-httplib/httplib.h