unsloth/studio/backend/utils
Roland Tannous c2dd0f4cf1 fix: download all GGUF shards for split models (e.g. 7B Q8_0)
LlamaCppBackend.load_model() and precache_helper_gguf() only downloaded
the first matching GGUF file. For split models (e.g. 7B Q8_0 with 3
shards), llama-server needs all shards present. Now collects and
downloads all matching files.
2026-03-10 15:08:20 +00:00
..
datasets fix: download all GGUF shards for split models (e.g. 7B Q8_0) 2026-03-10 15:08:20 +00:00
hardware Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
inference Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
models Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
paths Revert "Merge pull request #347 from unslothai/feature/studio-storage-roots" 2026-03-10 01:52:47 +00:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
cache_cleanup.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
transformers_version.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
utils.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00