unsloth/studio/backend/routes
Daniel Han ec9a0906eb studio: GGUF unlimited context, auto-load, settings UX, recommended list
- GGUF: use -c 0 for model's native context size (no 4096 cap)
- GGUF: hide Max Seq Length slider (irrelevant), set Max Tokens to Max
- Non-GGUF: default Max Tokens to 4096
- Max Tokens slider shows "Max" label when at ceiling for GGUFs
- Run non-GGUF load_model in asyncio.to_thread for progress polling
- Auto-load smallest downloaded model when chatting without selection
- Wait for in-progress model load before inference (modelLoading store flag)
- Recommended list: 4 GGUFs + 4 hub models after case-insensitive dedup
- Model selector waits for cached data before rendering
- Toast close button repositioned, Sampling section open by default
- Add logging to _get_repo_size_cached exception handler
2026-03-16 02:46:56 -07:00
..
data_recipe miscallenous studio (#4293) 2026-03-15 14:42:11 +04:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
__init__.py Update license headers 2026-03-12 17:23:10 +00:00
auth.py fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
datasets.py [Feature] studio: user can upload eval dataset (#4307) 2026-03-16 11:15:50 +04:00
export.py Final cleanup 2026-03-12 18:28:04 +00:00
inference.py studio: GGUF unlimited context, auto-load, wait-for-load, UX fixes 2026-03-16 02:46:56 -07:00
models.py studio: GGUF unlimited context, auto-load, settings UX, recommended list 2026-03-16 02:46:56 -07:00
training.py [Feature] studio: user can upload eval dataset (#4307) 2026-03-16 11:15:50 +04:00