]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : deprecate WHISPER_CCACHE CMake option (#3131)
authorDaniel Bevenius <redacted>
Fri, 9 May 2025 12:13:41 +0000 (14:13 +0200)
committerGitHub <redacted>
Fri, 9 May 2025 12:13:41 +0000 (14:13 +0200)
commit288304ee64ac1029a284477e0299902fc9c594cd
tree9175ac3f888924c8044d29fdf829643d0e437ae1
parentb6f3fa4059d6108988eaeb104988b949d596aae3
whisper : deprecate WHISPER_CCACHE CMake option (#3131)

* whisper : deprecate WHISPER_CCACHE CMake option

This commit deprecates the WHISPER_CCACHE CMake option in favor of
the GGML_CCACHE option.

The motivation for this change is that currently when setting, or not
setting WHISPER_CCACHE, the outut message from ggml will be that to
enable ccache you need to set GGML_CCACHE which can be confusing.
This also seems to be inline with what llama.cpp does which does not
have a LLAMA_CCACHE option as far as I know.

Resolves: https://github.com/ggml-org/whisper.cpp/issues/3063

* ruby : change "WHISPER_CCACHE" to "GGML_CCACHE"

* ruby : move GGML_CCACHE to sorted position
CMakeLists.txt
bindings/ruby/ext/options.rb