unsloth/studio/backend/core
Unsloth 00566662c6 Bound scan gates, keep generation fallbacks local, and align inactive-cache load targets
Inactive-cache rows now emit the newest snapshot holding config.json plus
safetensors weights as their load_id, since the load consumes that path
directly and a metadata-only newest revision would fail an eligible model.
Ordinary offline guards no longer join a forced window (their block runs
correctly under either env state), so concurrent online work sees the
narrowest possible override; forced guards still share windows. The
generation-time native template reload honors the load's local_files_only
flag and resolved path, so a tool-calling turn on an auto-loaded model
cannot download tokenizer files mid-Send. Every GGUF variant scan behind
the model-kind gate now runs with an abortable 30s timeout (matching the
inventory calls' own bound) so one hung request cannot gate Send forever.
An HF cache snapshot registered as a custom scan folder dedupes against its
cached row by expanding snapshot paths to their cache root, so shared files
consume one load attempt.
2026-07-27 00:24:24 -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 Bound scan gates, keep generation fallbacks local, and align inactive-cache load targets 2026-07-27 00:24:24 -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