unsloth/studio/backend/hub/services/models
Eyera aec41d17ed
feat(studio): Hub + Download Manager (#5916)
Adds the Studio Hub and download manager: browse Hugging Face models and datasets, download GGUF and safetensors with live progress and cancellation, and manage on-device inventory. The Hub does not require a GPU, so it is available on chat-only hosts.

CI: all substantive checks pass, including the three Core jobs after unsloth-zoo#736. The two red checks are non-code flakes, a transient npm-registry DNS resolution failure in the package scan and one quantized vision-model output assertion whose sibling shards passed.
2026-06-09 04:11:24 -07:00
..
__init__.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
cache_inventory.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
common.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
deletion.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
downloads.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
folder_browser.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
gguf_variants.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
local_inventory.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
ollama.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00