You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring with cmake -DGGML_CCACHE=OFF -B build, I still receive a warning Warning: ccache not found - consider installing it for faster compilation or disable this warning with GGML_CCACHE=OFF, which seems to come from ggml/src/CMakeLists.txt.
I'm not sure why this might be happening, as I'd expect that status message to not be printed since it's within an IF(GGML_CCACHE… statement. Do I need to be setting GGML_CCACHE elsewhere as well?