unsloth/studio/frontend/src
Unsloth d57ca52b83 Studio autoload: local-only cached loads, bounded platform fetch, file-scoped BE marker
Background loads now send local_files_only and the load route rewrites a
cached repo id to its locally resolved snapshot directory before the
weight load, keeping the registry identity intact. A cache populated
outside Studio passes the partial check while missing shards because a
missing download manifest reads as non-partial, and from_pretrained on a
repo id would download the gaps; resolution never touches the network
and an uncached repo returns 409, so incomplete caches fail over to the
next candidate instead of fetching on Send. The platform probe behind
the picker's format gates joins the bounded best-effort prefetch (its
raw fetch has no timeout), falling back to the boot-detected platform
past the grace. The name-based big-endian marker now applies only to
direct .gguf files: a directory named foo-be says nothing about the
files inside it, which the per-file variant filter already covers.
2026-07-26 19:17:08 -07:00
..
app Unsloth Studio (desktop): fix canvas preview, download file button, toast placement, and model-load typing lag (#7391) 2026-07-24 22:23:41 -05:00
assets Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
components Studio: reset the reasoning open state when a new stream starts (#7444) 2026-07-26 00:31:00 -07:00
config fix(studio): persist connection model selections for remote clients (#7298) 2026-07-23 19:11:50 -07:00
features Studio autoload: local-only cached loads, bounded platform fetch, file-scoped BE marker 2026-07-26 19:17:08 -07:00
hooks Studio: add local speech-to-text dictation engine (#7095) 2026-07-23 01:39:03 -07:00
i18n Add interactive Agents command builder (#7312) 2026-07-26 17:09:19 -07:00
lib studio: use Hugeicons AI Security glyph for Run automatically (#7409) 2026-07-24 04:48:29 -07:00
shared studio/frontend: make toast and inline error text selectable and copyable (#5506) 2026-05-18 03:47:21 -07:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types feat(studio): add DoRA support to studio (#7315) 2026-07-24 03:24:16 -07:00
utils Studio frontend: reduce and tighten code comments (#6099) 2026-06-08 23:10:35 -07:00
asset-queries.d.ts Studio: mascot images degrade gracefully instead of showing alt text (#6146) 2026-06-10 08:22:17 -07:00
index.css Studio: scale menu, toast, chat and composer icons with the UI font size (#7400) 2026-07-24 14:50:59 -07:00
main.tsx Studio: lighten chat text weight on Linux to match macOS rendering (#7308) 2026-07-22 06:14:40 -07:00
speech-recognition.d.ts studio: redesign chat composer (#5891) 2026-06-03 06:07:30 -07:00