ImportError: cannot import name 'LlavaNextProcessor' from 'transformers'

#21
by Haleshot - opened

Cannot seem to import the LlavaNextProcessor module from the transformers package.

Llava Hugging Face org

@Haleshot hey, can you verify that you have at leat version 4.39.0 of transformers?

@Haleshot hey, can you verify that you have at leat version 4.39.0 of transformers?

Just used the transformers-cli env command in my env and it seems like I'm on the 4.34.1 version. Will update the library using pip install transformers --upgrade and revert! Should fix the issue I think.

Yup, fixed the issue. Thanks!

Haleshot changed discussion status to closed

Sign up or log in to comment