]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : remove common_has_curl() (#16351)
authorAdrien Gallouët <redacted>
Tue, 30 Sep 2025 14:39:44 +0000 (16:39 +0200)
committerGitHub <redacted>
Tue, 30 Sep 2025 14:39:44 +0000 (17:39 +0300)
commit364a7a6d4a786e98947c8a90430ea581213c0ba9
treee94e4034b3c54184986906d4ddf0a6e1e7426255
parent2df5bcf357dba0c49b4df1d684b2ffc9e88b7054
common : remove common_has_curl() (#16351)

`test-arg-parser.cpp` has been updated to work consistently,
regardless of whether CURL or SSL support is available, and
now always points to `ggml.ai`.

The previous timeout test has been removed, but it can be
added back by providing a dedicated URL under `ggml.ai`.

Signed-off-by: Adrien Gallouët <redacted>
common/arg.cpp
common/arg.h
tests/test-arg-parser.cpp