Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown error when loading LLaVA model #92

Closed
cyj95 opened this issue Feb 20, 2024 · 3 comments
Closed

Unknown error when loading LLaVA model #92

cyj95 opened this issue Feb 20, 2024 · 3 comments

Comments

@cyj95
Copy link

cyj95 commented Feb 20, 2024

when I run the command
python run.py --data MMBench_DEV_EN MME SEEDBench_IMG --model llava_v1.5_13b --verbose
it shows
warnings.warn('Unknown error when loading LLaVA model.')
image

how to deal with this?

@kennymckormick
Copy link
Member

Hi, @cyj95 ,
Looks like this error is encountered when you failed to execute the following command:
image

Please clone the LLaVA repo: https://github.com/haotian-liu/LLaVA, install LLaVA from source (pip install -e .) and try again.

@EmberYS
Copy link

EmberYS commented Mar 1, 2024

Hi, @kennymckormick
I debug the run.py with args: "--data MME --model llava_v1.5_7b --verbose". The code always comes to here:
image

The specific error shows:
image
Does it mean that environments without internet connectivity cannot works?

Installed verson of llava and vlmeval:
image

Path of the dataset and model:
image

any suggestions to resolve this issue, thanks!!!

@kennymckormick
Copy link
Member

Hi, @EmberYS,
Looks like a question about internet connectivity: you are trying to fetch openai clip from huggingface but failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants