unsloth/studio/backend/utils/models
Daniel Han f4d54a8de7 Fix vision detection subprocess using undefined logger
The _VISION_CHECK_SCRIPT subprocess used logger.info() but logger was
never defined in the subprocess context. This caused a NameError on
every vision check, making all transformers 5.x models (Qwen3.5,
GLM, etc.) fall back to text-only mode even when they support vision.

Replace logger.info() with print() since the parent process reads
the subprocess stdout via result.stdout.
2026-03-16 02:46:56 -07:00
..
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
checkpoints.py Final cleanup 2026-03-12 18:28:04 +00:00
model_config.py Fix vision detection subprocess using undefined logger 2026-03-16 02:46:56 -07:00