You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: configure Fly.io Volumes for NVMe SSD storage
CRITICAL FIX: Use NVMe volume instead of ephemeral disk
Volume performance (performance-16x):
- NVMe: 32,000 IOPs, 128 MiB/s
- Ephemeral: 2,000 IOPs, 8 MiB/s
- Improvement: 16x faster I/O
Changes:
- fly.toml: Add [[mounts]] for trinity_models volume
- Dockerfile: Use entrypoint.sh for model initialization
- entrypoint.sh: Download model to volume on first run
Expected load time: 208s → ~13s
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments