]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : Remove redundant include path in CMakeLists.txt (#14452)
authorxiaobing318 <redacted>
Mon, 30 Jun 2025 09:48:24 +0000 (17:48 +0800)
committerGitHub <redacted>
Mon, 30 Jun 2025 09:48:24 +0000 (12:48 +0300)
commitc839a2da1a0d4275c3a98f70c3a7627487573a46
treeac36f649bcfec96cc633ec0ae12b727299640486
parente9b6350e61d592634263a14b3d77ecbf6c1fb096
cmake : Remove redundant include path in CMakeLists.txt (#14452)

* Update docker.yml

修改docker.yml文件中的内容使其停止周期性的运行该workflow,如果想要运行该workflow可以手动启动

* Remove redundant include path in CMakeLists.txt

The parent directory '..' was removed from the include directories for the ggml-cpu-feats target, to avoid unnecessary include paths.

* Enable scheduled Docker image builds

Uncomments the workflow schedule to trigger daily Docker image rebuilds at 04:12 UTC, improving automation and keeping images up to date.
ggml/src/ggml-cpu/CMakeLists.txt