llama-cpp-scripts / bin /llama-clear-cache.sh
iandennismiller's picture
clear cache script
e921aad
Raw
History Blame Contribute Delete
57 Bytes
#!/bin/bash
find ~/.cache/llama -name "*.cache" -delete