unsloth/studio/frontend/src/features/chat/api
Daniel Han 897d8b426a studio: interruptible GGUF downloads, cached models endpoint, Downloaded section
1. Interruptible downloads: load_model now checks a cancel event
   between shard downloads. unload_model sets the event so cancel
   stops the download at the next shard boundary.

2. /api/models/cached-gguf endpoint: scans the HF cache for
   already-downloaded GGUF repos with their total size and cache path.

3. "Downloaded" section in Hub model picker: shows cached GGUF repos
   at the top (before Recommended) so users can quickly re-load
   previously downloaded models without re-downloading.
2026-03-15 05:24:06 -07:00
..
chat-adapter.ts miscallenous studio (#4293) 2026-03-15 14:42:11 +04:00
chat-api.ts studio: interruptible GGUF downloads, cached models endpoint, Downloaded section 2026-03-15 05:24:06 -07:00