unsloth/studio
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
..
backend fix: handle unrecognized model architectures in vision detection 2026-03-06 04:46:51 +00:00
frontend Merge pull request #314 from unslothai/fix/vlm-dataset-conversion-error-handling-local 2026-03-05 10:10:58 +04:00
tests fix: remove benchmark scripts from git tracking 2026-03-05 06:06:47 +00:00