Storage
Managing Files
Cerebrium offers file management through a 50GB persistent volume that’s available to all applications in a project. This storage mounts at /persistent-storage
and helps store model weights and files efficiently across deployments.
Including Files in Deployments
The cerebrium.toml
configuration file controls which files become part of the application:
Files included in deployments must be under 2GB each, with deployments working best for files under 1GB. Larger files should use persistent storage instead.
Managing Persistent Storage
The CLI provides three commands for working with persistent storage:
- Upload files with
cerebrium cp
:
- List files with
cerebrium ls
:
- Remove files with
cerebrium rm
:
Using Stored Files
Here’s how to work with files in persistent storage:
Should you require additional storage capacity, please reach out to us through support.