Upload Your Data
To upload data to the cluster from your local machine, follow these steps:- Create a PVC using the shared volume name as the VolumeName as well as a pod to mount the volume
- Run
kubectl cp LOCAL_FILENAME YOUR_POD_NAME:/data/
Storage Types
A Together GPU Cluster has 3 types of storage:1. Local disks
Each server has NVME drives which can be used for high speed local read/writes.2. Shared /home folder for Slurm cluster
The /home folder is shared across all nodes, mounted as an NFS volume from the head node. This should be used for code, configs, logs, etc. It should also be used for training data or checkpointing.
We recommend logging into the Slurm head node first to properly set up your user folder with the right permissions.