File size: 481 Bytes
f2c511a 52c0a32 f2c511a 52c0a32 f2c511a 52c0a32 f2c511a 52c0a32 f2c511a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Bucket Data
Local staging folder for persistent storage in your HF Space.
**Usage**: Files sync to the Space bucket via `./sync-bucket.sh` (auto-run on deploy).
**Optional contents**:
- `models/` – model artifacts
- `cache-seed/` – Hugging Face cache seeds
- `metadata/` – JSON/CSV files for app logic
**Notes**:
- Folder is optional; empty deploys work fine.
- Runtime caches go to `/data/.hf_cache` (mounted Space volume).
- Never commit secrets here.
|