]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 14:54:53 +0000 (17:54 +0300)
commit6bb1234a56991f0106d67691876218b43a7a1f73
tree697093df95f5ae00b964bb201dedc6617fcfe1d4
parent3239359bd1bdf065cce4f965b3d85b39f800abbe
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.
ggml/src/ggml-cpu/CMakeLists.txt