unsloth/studio/backend/hub
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
..
routes Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
schemas Align background picks with inventory selection and drop remaining install/network paths 2026-07-26 23:19:03 -07:00
services 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
storage Studio: expose Windows drive roots in the folder browser (#7082) 2026-07-15 00:24:11 -07:00
tests Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
utils Make forced offline hub-specific and close the parent preflight gap 2026-07-26 23:41:35 -07:00
workers Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
__init__.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
dependencies.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00