unsloth/studio/backend/models
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
..
.gitkeep fix: restore models directory files deleted during restructure 2026-02-02 19:36:30 +00:00
__init__.py fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
auth.py fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00
data_recipe.py miscallenous studio (#4293) 2026-03-15 14:42:11 +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: don't cap max_tokens for GGUF inference 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
responses.py Final cleanup 2026-03-12 18:28:04 +00:00
training.py Final cleanup 2026-03-12 18:28:04 +00:00
users.py fix: remove old comments (#4292) 2026-03-14 16:50:13 +04:00