unsloth/studio/frontend/src/features
AdamPlatin123 ba8081fc96
fix(chat): correct loading text for cached models during inference (#4764)
Distinguish between actual network downloads and GPU memory loading for cached LoRA adapters in Studio chat.

- Add isCachedLora detection for local LoRA adapter paths using comprehensive cross-platform regex (Unix, Windows, UNC, WSL, tilde)
- Thread isCachedLora through loadInfo to chat-page inline status for proper 3-way distinction (cached / local LoRA / downloading)
- Skip download progress polling for cached LoRA models (no useless /download-progress API calls)
- Fix initial toast state to use isCachedLoad consistently instead of only checking isDownloaded
- Fix cancelLoading toast to not mention background downloads for cached/local loads
- Keep download-specific text ("Downloading model..." / "Download complete") inside the download-only polling block
2026-04-01 20:24:48 -07:00
..
auth fix(studio): show Windows-specific reset-password command on login error (#4529) 2026-03-23 23:04:00 -07:00
chat fix(chat): correct loading text for cached models during inference (#4764) 2026-04-01 20:24:48 -07:00
data-recipes miscallenous studio (#4293) 2026-03-15 14:42:11 +04:00
export feat: custom scan folders for GGUF model discovery (#4723) 2026-03-31 06:40:31 -07:00
onboarding Fix OOM model styling in Studio model selectors (#4738) 2026-04-01 02:06:49 -07:00
recipe-studio feat(studio): multi-file unstructured seed upload with better backend extraction (#4468) 2026-03-20 13:22:42 -07:00
studio Fix OOM model styling in Studio model selectors (#4738) 2026-04-01 02:06:49 -07:00
tour fix(studio): open tour ReadMore links in new tab (#4694) 2026-03-30 23:41:14 -07:00
training feat: custom scan folders for GGUF model discovery (#4723) 2026-03-31 06:40:31 -07:00