unsloth/studio/backend/utils/models
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
..
__init__.py Merge branch 'nightly' into feat/gguf-llama-cpp-inference 2026-02-25 16:06:03 +04:00
checkpoints.py Adding metadata for checkpoints 2026-02-16 23:46:17 +00:00
model_config.py fix: use subprocess with transformers 5.x for vision detection 2026-03-06 04:51:23 +00:00