llama-cpp-scripts / bin /llama-clear-cache.sh
iandennismiller's picture
clear cache script
e921aad
raw
history blame
57 Bytes
#!/bin/bash
find ~/.cache/llama -name "*.cache" -delete