unsloth/studio/backend/core
Daniel Han 5e9b90f19c Guard loaded video GGUFs from deletion; resolve local GGUF family by arch
- delete_cached_model guarded chat (llama.cpp/transformers) and Images but not the
  Video backend, so a loaded video GGUF (which shares the On-Device GGUF delete UI)
  could be removed from under a live pipeline. Add the mirror guard on
  get_video_backend().status().
- The Video picker admits a local GGUF by its general.architecture, but the loader
  detected the family only from path/name tokens, so a renamed ltxv file (e.g.
  model.gguf) was offered yet failed validate_load_request with a 400. _detect_load_family
  now falls back to reading the arch (its string is a family alias) when name detection
  misses, so the loader accepts exactly what the picker offered; an unsupported video arch
  (wan) still resolves to None and 400s as before.
2026-07-06 11:59:03 +00:00
..
data_recipe Studio: harden background consumer loops and streaming paths against silent UI freezes (#6653) 2026-06-26 03:31:33 -07:00
export Studio: multi-select export formats, portable FP8/INT8, GGUF LoRA, and source parity (#6767) 2026-07-03 08:25:10 -07:00
inference Guard loaded video GGUFs from deletion; resolve local GGUF family by arch 2026-07-06 11:59:03 +00:00
rag Studio: customizable RAG embedding model with HF search, settings tab reorganization (#6800) 2026-07-02 05:26:33 -07:00
training [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-07-05 08:03:19 +00:00
__init__.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
_torchao_stub.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
import_guards.py Studio: self-heal unsloth namespace shadows; clearer failed-load messages (#6532) 2026-06-21 22:43:31 -07:00
tool_healing.py Tool-call healing (default on) and opt-in nudging for the client-tool passthrough (#6801) 2026-07-03 08:22:42 -07:00