mm_utils.py run error

#11
by BambooSong - opened

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

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.

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment