unsloth/studio/frontend/src/hooks
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
..
index.ts Update license headers 2026-03-12 17:23:10 +00:00
use-debounced-value.ts Update license headers 2026-03-12 17:23:10 +00:00
use-gpu-info.ts studio: GGUF OOM accounts for CPU offload via --fit (GPU + system RAM) 2026-03-15 05:24:06 -07:00
use-gpu-utilization.ts Update license headers 2026-03-12 17:23:10 +00:00
use-hardware-info.ts Update license headers 2026-03-12 17:23:10 +00:00
use-hf-dataset-search.ts Update license headers 2026-03-12 17:23:10 +00:00
use-hf-dataset-splits.ts Update license headers 2026-03-12 17:23:10 +00:00
use-hf-model-search.ts Friendlier unsupported model errors, show estimated download size 2026-03-16 02:46:56 -07:00
use-hf-paginated-search.ts Update license headers 2026-03-12 17:23:10 +00:00
use-hf-token-validation.ts Update license headers 2026-03-12 17:23:10 +00:00
use-infinite-scroll.ts Update license headers 2026-03-12 17:23:10 +00:00
use-mobile.ts Update license headers 2026-03-12 17:23:10 +00:00
use-recommended-model-vram.ts Update license headers 2026-03-12 17:23:10 +00:00