AI Model Cache Cleanup: A Dev-Focused Alternative
Hugging Face and PyTorch caches can easily devour 50GB+ of SSD space without you even noticing. If you're running local LLMs or fine-tuning models, you know the pain of suddenly hitting a "disk full" error in the middle of a training run.
For anyone tired of manually hunting through hidden folders to find what's eating their storage, this is a much more surgical approach. It's a practical way to maintain your AI workflow without paying for a subscription service that doesn't even understand what a tensor is.
Next
GitHub Bug Bounty: Quality over Quantity →
Most general cleaning apps miss these hidden directories because they aren't looking for .cache/huggingface or specific torch binaries. I've been using a free, open-source alternative to CleanMyMac specifically designed for developers and AI engineers that actually targets these technical footprints on both macOS and Windows.
Instead of just clearing browser cookies, this tool hunts down the heavy weights:
- Model Weights: Old versions of LLMs you downloaded once and forgot about.
- Dataset Caches: Temporary files from data loading pipelines.
- Environment Bloat: Residual files from failed conda or pip installs.
For anyone tired of manually hunting through hidden folders to find what's eating their storage, this is a much more surgical approach. It's a practical way to maintain your AI workflow without paying for a subscription service that doesn't even understand what a tensor is.
All Replies (4)
R
RayTinkerer
Novice
8h ago
I just moved my HF cache to a secondary HDD to save my boot drive.
0
M
Morgan79
Novice
8h ago
@RayTinkerer smart move. did you notice any speed difference when loading models from the hdd?
0
Q
Setting the HF_HOME environment variable is the easiest way to redirect those folders permanently.
0
A
Had my OS drive crash last month because of this. Now I use a dedicated partition.
0
