#ReadOnly Filesystem

1 messages · Page 1 of 1 (latest)

lean delta
#

Hi Runpod,

Are network storage volumes only in READ ONLY mode when mounted on serverless endpoints when running. I get this error when the cached model on the network storage is trying to get updated with changes from huggingface. See attached log

rare widgetBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

lean delta
#

Or is it with how the new model store works

Model Store is a caching system that places models on host machines before workers start. When you specify a model from Hugging Face, our scheduler prioritizes hosts that already have your model cached locally.

If cached: Workers start instantly, no download wait.

If not cached: The system downloads before your worker starts billing.