cache low
llama.cpp caches downloaded model weights (GGUF) here; it holds model data, not conversation content, and is a large_growth signal.
Where it lives
- macOS
~/Library/Caches/llama.cppdir - Linux
~/.cache/llama.cppdir - Windows
~/AppData/Local/llama.cppdir
What you can do
- Remove unused GGUF files to reclaim disk space; recent builds may instead use ~/.cache/huggingface/hub.
Source: huggingface.co
This describes where llama.cpp stores data. Metadata only, never your content. Confidence: likely. Spot a mistake? Tell us.