/persistent-storage
and helps store model weights and files efficiently across deployments.
/persistent-storage
directory is not directly accessible during build
time. You’ll need to use the Cerebrium CLI commands or the mounted volume at
runtime to manage these files.cerebrium.toml
configuration file controls which files become part of the app:
/persistent-storage
. When using these
commands, the Cerebrium CLI does not display the /persistent-storage/
portion of the path.cerebrium cp
:
cerebrium ls
:
cerebrium rm
:
cerebrium download
:
/persistent-storage/
path. For example:
/persistent-storage/
prefix in their output, your code must use the full path to access these files
at runtime.