wandb sometimes creates cache files in ~/.cache/wandb/.
on PSC and machines with small home directory, this eats space quickly
we can set env var WANDB_CACHE_DIR to specify a directory to save cache files
and if we need to clean the cache, wandb artifact cache cleanup 1GB
wandb sometimes creates cache files in
~/.cache/wandb/.on PSC and machines with small home directory, this eats space quickly
we can set env var
WANDB_CACHE_DIRto specify a directory to save cache filesand if we need to clean the cache,
wandb artifact cache cleanup 1GB