unsloth/studio/backend/models
Unsloth aa959faea5 Harden background load gates: checkpoint rows, audio codecs, offline validation, refless caches
Local checkpoint rows carry pickle weights with no Hub security scan, so
they are excluded from background picks like adapters. Non-GGUF audio
models are refused under local_files_only in both /load and /validate
because their codec runtimes (SNAC, DAC, BiCodec) download auxiliaries at
load time. The validate probe now sends local_files_only and both routes
force the offline env wrap for it, so candidate metadata resolution cannot
reach the Hub. Snapshot resolution falls back to the newest revision dir
holding a config.json when refs/main is pruned, matching the layouts the
inventory scanner accepts.
2026-07-26 21:59:20 -07:00
..
.gitkeep fix: restore models directory files deleted during restructure 2026-02-02 19:36:30 +00:00
__init__.py Studio: make code comments and docstrings more succinct (#6029) 2026-06-08 23:07:28 -07:00
auth.py Studio: make the Cloudflare tunnel opt-in (off by default) (#7046) 2026-07-15 06:13:25 -07:00
data_recipe.py Studio: make code comments and docstrings more succinct (#6029) 2026-06-08 23:07:28 -07:00
datasets.py Studio fix recipe dataset preview (#6031) 2026-06-09 14:02:00 +02:00
export.py Studio: multi-select export formats, portable FP8/INT8, GGUF LoRA, and source parity (#6767) 2026-07-03 08:25:10 -07:00
inference.py Harden background load gates: checkpoint rows, audio codecs, offline validation, refless caches 2026-07-26 21:59:20 -07:00
mcp_servers.py studio: show MCP "Import config" on the add-server form (#6030) 2026-06-11 16:17:22 +01:00
models.py Add interactive Agents command builder (#7312) 2026-07-26 17:09:19 -07:00
providers.py fix(studio): persist connection model selections for remote clients (#7298) 2026-07-23 19:11:50 -07:00
responses.py Studio: make code comments and docstrings more succinct (#6029) 2026-06-08 23:07:28 -07:00
training.py feat(studio): add DoRA support to studio (#7315) 2026-07-24 03:24:16 -07:00
users.py Studio: make code comments and docstrings more succinct (#6029) 2026-06-08 23:07:28 -07:00