Persistent Storage Volumes and How to Use Them
What persistent storage volumes are, why they matter, and how to use them
Written By chloe kwok
Last updated 9 months ago
Need your files to stick around after a server shuts down? That’s what Persistent Storage Volumes are for. They let you save and reuse your data, models, and code across multiple sessions and servers, without needing to re-upload or re-download.
What Are Persistent Storage Volumes?
A volume is like a personal hard drive in the cloud. Unlike a server, which gets shut down and wiped after use, a volume stays alive and retains your data.
Use volumes to:
Store datasets and pretrained models
Save code, logs, and checkpoints
Share files across team members and servers
How to Create a Storage Volume
Go to the
Storagetab in the left sidebarSelect
Create StorageGive your storage volume a name
Choose a size for your storage volume
Select
Create Storage
How to Attach a Storage Volume to a Server
Go to the
Serverstab in the left sidebarCreate a new server
In the
Edit Configurationsportion, selectAdvanced OptionsIn the
Storage Volumesegment, select the storage volume you want to attach
Reusing Volumes Across Servers
You can attach the same volume to as many servers as you want.
This lets you:
Continue working on the same files from different machines
Swap GPU types without losing progress
Collaborate across team members with shared volumes
What Happens If I Run Out of Disk Space?
Your account is currently configured with a storage limit that varies by organization. If you require additional disk space, please contact your Administrator.
You will automatically receive notifications as your disk space approaches its limit.
Can I Sync my Storage to Another Existing Cloud Provider?
Inference.ai EDU’s cloud storage is directly linked to your account and the servers you create within it.