#ReadOnly Filesystem
1 messages · Page 1 of 1 (latest)
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.