unsloth/studio/backend/routes
Daniel Han 4d35699c65 studio: show downloaded status in GGUF variant list, sort downloaded first
- Backend: /gguf-variants now checks HF cache for each variant's file
  and returns a downloaded flag per variant
- Frontend: downloaded variants sort before non-downloaded (after
  recommended), and show a green "downloaded" badge
- Sort order: recommended -> downloaded+fits -> downloaded+tight ->
  fits -> tight -> OOM
2026-03-15 05:24:06 -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 Final cleanup 2026-03-12 18:28:04 +00:00
export.py Final cleanup 2026-03-12 18:28:04 +00:00
inference.py studio: fix cancel to actually kill llama-server during loading 2026-03-15 05:24:06 -07:00
models.py studio: show downloaded status in GGUF variant list, sort downloaded first 2026-03-15 05:24:06 -07:00
training.py Final cleanup 2026-03-12 18:28:04 +00:00