• Stefy Lanza (nextime / spora )'s avatar
    tasks: show model downloads on the Tasks page · e4c040e2
    Stefy Lanza (nextime / spora ) authored
    Surface out-of-process download workers (tracked in _download_status) as
    first-class tasks in /admin/api/tasks, alongside generations, training and
    queued requests. They render with a percentage progress bar plus a
    filename / rate / ETA readout, and can be cancelled from the Tasks page
    (routed through a shared _cancel_download_session helper) or removed once
    finished/failed.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    e4c040e2
Name
Last commit
Last update
..
static Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
auth.py Loading commit data...
download_worker.py Loading commit data...
routes.py Loading commit data...