Two follow-ups to the video-tab review fixes: - the cached-hub arch fallback only probed the active HF cache, but the cached-gguf picker scans the active, legacy, and default cache roots; a GGUF cached in a non-active root was offered yet 400d on load. Probe all three roots. - on a mount/refresh with a model already resident, status.loaded made the Reapply button render but lastLoad (set only by our own loads) was null, so clicking it silently did nothing. Track a session reapply descriptor and hide the button when it is absent rather than offer a dead control. |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| hub | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| cloudflare_tunnel.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||