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: show model download progress in aiod status (#3)
Track the model's download size (weights_gb) on the instance at spin
time, then in `aiod status` pull live disk_usage + gpu_util from the
provider and render a Download row, e.g.
Download 239 / 343 GB (70%) — downloading weights
Phase is inferred from telemetry (downloading -> loading into VRAM once
the GPU is active) and the row hides once the model is serving. Older
instances backfill weights_gb on first status via a sizing lookup.
state.load() now drops unknown fields so an older binary won't lose a
newer instance. Adds tests/test_state.py.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments