unsloth/studio/backend/utils
Roland Tannous e5c7a18f72 fix: handle unrecognized model architectures in vision detection
AutoConfig.from_pretrained() fails for models needing transformers 5.x
(e.g. glm4_moe_lite) when running with 4.57.x. Add a raw config.json
fallback that bypasses AutoConfig's architecture registry — fetches
config.json directly from local path or HuggingFace Hub and checks
for vision indicators without needing the architecture to be registered.
2026-03-06 04:46:51 +00:00
..
datasets fix: check for http(s) prefix instead of bare string type for URL detection 2026-03-05 06:10:10 +00:00
hardware Force num_proc=1 on Windows to avoid slow spawn overhead 2026-03-01 13:05:10 +00:00
inference added the inference fetching from model mappers 2026-02-15 02:48:53 -07:00
models fix: handle unrecognized model architectures in vision detection 2026-03-06 04:46:51 +00:00
paths fix lora: outputs path local 2026-02-15 16:58:24 +01:00
.gitkeep root studio folder 2026-02-02 09:13:49 +00:00
cache_cleanup.py feat: clear unsloth_compiled_cache on startup, shutdown, and between model loads 2026-02-23 07:26:22 +00:00
transformers_version.py refactor: consolidate version switching to .venv_t5, remove .venv_overlay 2026-03-06 04:37:06 +00:00
utils.py replace torch MPS with MLX 2026-02-11 16:04:35 +00:00