File storage
File storage is a persistent data storage solution that remains available across instance launches and terminations. It provides a reliable way to maintain your data independently of compute instances.
Overview
Our file storage system offers virtual file systems that can be used to store:
- Large datasets and model weights
- Source code repositories
- Configuration files
info
Jarvislabs supports file storage volumes of up to 2TB, allowing you to scale your storage needs as your projects grow. If you need more storage, please contact us at support@jarvislabs.ai.
Getting Started with File Storage
Creating and Attaching Storage
- When launching a new instance, you can create and attach file storage during the instance configuration.
- You can also create a file storage here and attach it to an instance later.
- Select your desired storage capacity (up to 2TB).
- Once your instance launches, you'll find a mounted directory named 'jl_fs' in your instance.
Using File Storage
- The file storage is mounted to the
/home/jl_fsdirectory in your instance. - All data stored in the
/home/jl_fsdirectory is automatically persisted to your file storage volume - The same file storage can be attached to multiple instances, enabling data sharing
note
File storage can be used only if the instance is in the same region.
Common Use Cases
- Training Data: Store and access large datasets across multiple training runs
- Model Artifacts: Save trained models and checkpoints
- Collaboration: Share data and code between team members using different instances