unsloth/studio/backend/hub/utils
Daniel Han 36df317293 Trim the comments across the diffusion backend
Comment-only pass over the Python this PR touches: drop what the code already
says, collapse multi-line explanations that still read on one line, and keep
the reasoning that is not recoverable from the code. No code, docstring
semantics or behaviour changes; verified with an AST comparison against the
previous revision, and the backend suite is unchanged (same 37 environment
failures as before: the API integration tests that need a live keyed server,
the flash-attn install hooks, and the GPU memory fields).
2026-07-26 20:31:19 +00:00
..
__init__.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
dataset_cache.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
dataset_format.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
download_manifest.py Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
download_registry.py Trim the comments across the diffusion backend 2026-07-26 20:31:19 +00:00
gguf.py Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
gguf_plan.py Studio: resolve the repo-root MTP drafter after the MTP/ GGUF rename (#7031) 2026-07-09 06:46:00 -07:00
hf_cache_state.py Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
hf_errors.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
inventory_scan.py Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
llm_assist.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
paths.py Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00
snapshot_filters.py feat(studio): Hub + Download Manager (#5916) 2026-06-09 04:11:24 -07:00
state_dir.py Studio: add configurable model download location (#7274) 2026-07-23 01:34:38 -07:00