unsloth/studio/backend/hub
michaelhan bfe6f542ce Merge origin/main into image-generation (PR #6763)
Resolve the drift between PR #6763 and current main:

- deletion: main moved cached-model deletion into hub/services/models/deletion.py,
  so the PR's Images/Video in-use guards move there too as _diffusion_blocks_delete
  and _video_blocks_delete, keeping main's fail-closed 503 contract.
- llama_keepwarm: take main's rewrite, re-apply the PR's image/video inference
  suffixes so a generation in flight blocks an idle unload.
- routes/training: keep main's sidecar-swap 409 and resume_source_run_id, run
  start_training in the worker thread the PR's unload hook needs.
- model picker: main renamed components/assistant-ui/model-selector ->
  features/model-picker/... and rewrote pickers.tsx, so the PR's picker work is
  ported onto main's version (task/catalog props, task gating of hub + cached +
  local rows, single-device expanderGpuGb, fine-tuned section hidden when scoped)
  rather than reverting main's pinned-models and per-model-config work.
- images/video pages: imports repointed at the new model-selector path.
- tests: delete-guard tests retargeted at the deletion service.

Typecheck, i18n parity and model-catalog checks pass.
2026-07-25 00:34:38 -07:00
..
routes Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
schemas Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
services Merge origin/main into image-generation (PR #6763) 2026-07-25 00:34:38 -07:00
storage Studio: expose Windows drive roots in the folder browser (#7082) 2026-07-15 00:24:11 -07:00
tests Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
utils Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
workers Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
__init__.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
dependencies.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00