unsloth/studio/backend/core
Unsloth ed52464558 Trust per-call flags over env for hub calls and gate formats on the backend platform only
get_paths_info performs no offline-mode check and HF_HUB_OFFLINE is baked
into hub constants at import, so the env guard cannot stop it in the parent
process; local-only GGUF reuse now skips the remote size verification
per-call, and a truncated cache fails the load into candidate failover
instead. Platform format gates apply only once the backend-reported
platform is fetched: the browser fallback can describe a different machine
(Mac browser against a remote Linux backend), which would wrongly report no
model; while unknown, candidates flow ungated and a chat-only backend
rejects ineligible ones at validation without consuming an attempt.
snapshot_size_bytes now uses the resolvers' complete-revision predicate
(config plus weights in the same revision) so a weight-only newer revision
is not sized while the older complete one loads. Cached-repo variant scans
are memoized per run, so a stalled repository times out once instead of
gating Send through a second identical bounded request.
2026-07-27 00:52:38 -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 Trust per-call flags over env for hub calls and gate formats on the backend platform only 2026-07-27 00:52:38 -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