mm_utils.py run error

#11
by BambooSong - opened

if not vision_tower.is_loaded:
AttributeError: 'NoneType' object has no attribute 'is_loaded'

01-ai org

It looks like the vision_tower object is None, meaning it hasn't been initialized. You'll need to initialize it before you can check if it's loaded.

Sign up or log in to comment