]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : enable curl by default (#12761)
authorXuan-Son Nguyen <redacted>
Mon, 7 Apr 2025 11:35:19 +0000 (13:35 +0200)
committerGitHub <redacted>
Mon, 7 Apr 2025 11:35:19 +0000 (13:35 +0200)
commitbd3f59f81289b920bcc597a208c14f55e39ed37e
tree51b34285bf906b9409a7b434dbc21749941d8443
parent52b3d71f128c1eeab39b918adf1f7a8f5e256619
cmake : enable curl by default (#12761)

* cmake : enable curl by default

* no curl if no examples

* fix build

* fix build-linux-cross

* add windows-setup-curl

* fix

* shell

* fix path

* fix windows-latest-cmake*

* run: include_directories

* LLAMA_RUN_EXTRA_LIBS

* sycl: no llama_curl

* no test-arg-parser on windows

* clarification

* try riscv64 / arm64

* windows: include libcurl inside release binary

* add msg

* fix mac / ios / android build

* will this fix xcode?

* try clearing the cache

* add bunch of licenses

* revert clear cache

* fix xcode

* fix xcode (2)

* fix typo
23 files changed:
.devops/cpu.Dockerfile
.devops/cuda.Dockerfile
.devops/intel.Dockerfile
.devops/musa.Dockerfile
.devops/rocm.Dockerfile
.github/actions/windows-setup-curl/action.yml [new file with mode: 0644]
.github/workflows/bench.yml.disabled
.github/workflows/build-linux-cross.yml
.github/workflows/build.yml
.github/workflows/server.yml
CMakeLists.txt
build-xcframework.sh
common/CMakeLists.txt
examples/llama.android/llama/build.gradle.kts
examples/run/CMakeLists.txt
examples/run/linenoise.cpp/LICENSE [deleted file]
examples/server/tests/README.md
examples/sycl/win-build-sycl.bat
licenses/LICENSE-curl [new file with mode: 0644]
licenses/LICENSE-httplib [new file with mode: 0644]
licenses/LICENSE-jsonhpp [new file with mode: 0644]
licenses/LICENSE-linenoise [new file with mode: 0644]
tests/CMakeLists.txt