unsloth/studio/backend/routes
Daniel Han f20c7ca54d Friendlier unsupported model errors, show estimated download size
1. Backend: When a model fails with "No config file found" or similar
   unsupported-model errors, wrap the message with "This model is not
   supported yet. Try a different model." instead of showing the raw
   Unsloth exception.

2. Frontend: Compute estimated download size from the HF search API's
   safetensors.parameters dtype breakdown (BF16=2B/param, I32=4B/param,
   F32=4B/param, etc.) and show it in the model picker instead of just
   the param count. For example, Kimi-K2.5 now shows "~554 GB" instead
   of "171B" (which was misleading since 171B params != 171GB download).
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 Friendlier unsupported model errors, show estimated download size 2026-03-16 02:46:56 -07:00
models.py Fix download progress bugs: false completion, stale UI, dedup 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