unsloth/studio/backend/utils/datasets
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
..
__init__.py feat: add ShareGPT+image VLM format support and improve image column detection 2026-03-10 01:27:36 +00:00
chat_templates.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
data_collators.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
dataset_utils.py feat: add AI Assist button for user-triggered column classification 2026-03-10 11:09:01 +00:00
format_conversion.py feat: add LLM-assisted dataset detection using ephemeral GGUF helper 2026-03-10 09:20:45 +00:00
format_detection.py fix: probe image column candidates when multiple exist 2026-03-10 01:38:33 +00:00
llm_assist.py fix: download all GGUF shards for split models (e.g. 7B Q8_0) 2026-03-10 15:08:20 +00:00
model_mappings.py Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
vlm_processing.py debug: switch to print() for subprocess visibility 2026-03-10 12:49:01 +00:00