unsloth/studio
Roland Tannous b5cfd0952c fix: use subprocess with transformers 5.x for vision detection
Models like GLM-4.7-Flash have architectures (glm4_moe_lite) that
AutoConfig in the main process (transformers 4.57.x) can't recognize.
Instead of a raw config.json workaround, run the AutoConfig check in
a subprocess with .venv_t5/ activated — same pattern as training and
inference workers. This is more robust and consistent.
2026-03-06 04:51:23 +00:00
..
backend fix: use subprocess with transformers 5.x for vision detection 2026-03-06 04:51:23 +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