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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| checkpoints.py | ||
| model_config.py | ||