]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake : Remove redundant include path in CMakeLists.txt (llama/14452)
authorxiaobing318 <redacted>
Mon, 30 Jun 2025 09:48:24 +0000 (17:48 +0800)
committerGeorgi Gerganov <redacted>
Tue, 1 Jul 2025 08:52:14 +0000 (11:52 +0300)
commit5b5491d546eed947791d2a7213bdf423785eb5c2
tree9f8e76a8e268a76ae00d13236fbcad65be0f2006
parent022974b146026f1c3120c382598b54243b5de267
cmake : Remove redundant include path in CMakeLists.txt (llama/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.
src/ggml-cpu/CMakeLists.txt