unsloth/studio/backend/core
Unsloth 90f9e97302 Studio autoload: extend local-only enforcement to GGUF companions, live cache dir, processor fallback
Background GGUF loads pass local_files_only through the llama.cpp path:
the main quant resolves from the cache alone and a miss fails closed
instead of downloading, while the optional mmproj and MTP drafter
companions resolve cached-or-skipped, including on the crash replay. The
safetensors snapshot rewrite resolves against the live Studio-managed
hub cache rather than huggingface_hub's import-time default, which goes
stale when the cache location changes at runtime. The vision processor
fallback loads from config.path instead of config.identifier: identical
for ordinary loads, but a local-only rewrite must keep the fallback on
the local snapshot instead of refetching by repo id.
2026-07-26 20:49:19 -07:00
..
data_recipe Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
export studio: shard export checkpoint loads across all visible GPUs (#7215) 2026-07-26 04:16:36 -07:00
inference Studio autoload: extend local-only enforcement to GGUF companions, live cache dir, processor fallback 2026-07-26 20:49:19 -07:00
rag Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
training AMD: CI coverage for recent fixes, plus three wrong gfx ids (#7431) 2026-07-25 18:58:02 -05: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 Studio: Inkling support fixes (#7153) 2026-07-15 11:22:38 -07:00