• Stefy Lanza (nextime / spora )'s avatar
    colibri/models: don't false-flag a complete HF model as "incomplete" · 556b4238
    Stefy Lanza (nextime / spora ) authored
    hf leaves a stale <sha>.<etag>.incomplete orphan in blobs/ after a resumed or
    retried chunk even though the real file finished — so "download complete" and the
    model page disagreed (settings said done, the page showed  incomplete).
    
    - model list: an .incomplete file now counts as an unfinished download ONLY when its
      final blob (<sha>) is absent; an orphan whose final blob exists is ignored. Fixes
      the false badge for ALL HF models, not just colibri.
    - colibri catalog: _colibri_repo_complete now tests for dangling snapshot symlinks
      (the true "file missing" signal) instead of .incomplete presence, so the settings
      "present" indicator matches reality.
    - colibri catalog label → the real size (~429 GB / 400 GiB).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01LoSpEthysqmseCc6Geizty
    556b4238
Name
Last commit
Last update
..
admin Loading commit data...
api Loading commit data...
backends Loading commit data...
broker Loading commit data...
frontproxy Loading commit data...
models Loading commit data...
openai Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
tasks Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
config.py Loading commit data...
main.py Loading commit data...
platform_paths.py Loading commit data...
system_app.py Loading commit data...