...
Warning |
---|
|
You When this happens, you may also be unable to create new sessions from the web portal. However, SSH access is not affected by home directory capacity, and all the commands in this guide assume you are working via SSH. For help connecting with SSH, refer to our Connecting to the Supercomputers with SSH guide.
When this happens, you’ll need to either delete unnecessary files or move them to a different storage system. Here’s how to check for space usage and address common issues.
...
For more details on gdu
, visit its GitHub page.
Alternatively, you can use:
...
Move the cache directory:
Code Block mv ~/.cache/huggingface $SCRATCH
Update your shell to reflect this change:
Code Block echo "export HF_HOME=$SCRATCH/huggingface" >> ~/.bashrc
Reload your shell:
Code Block source ~/.bashrc
Additional Help
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|