unsloth/studio/backend/core
Unsloth 224b90eb02 Make forced offline hub-specific and close the parent preflight gap
A forced guard now only no-ops when HF_HUB_OFFLINE itself is truthy:
huggingface_hub ignores TRANSFORMERS_OFFLINE, so with only that flag set the
GGUF cache-size check could still call get_paths_info. Snapshot selection
prefers revisions holding the inventoried safetensors weights, so a newest
metadata-only revision no longer shadows a complete older one and fails a
valid candidate. The orchestrator's parent-side preflight (transformers tier
probe and GPU sizing, which calls hf model_info) runs under the local-only
guard, closed before the worker spawn so the child does not inherit the
offline env for its whole lifetime; ordinary loads keep their current
unguarded behavior.
2026-07-26 23:41:35 -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 Make forced offline hub-specific and close the parent preflight gap 2026-07-26 23:41:35 -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