Issue with Accessing LLaVA-NeXT-Video-7B-DPO-hf on Hugging Face: 404 Error

#2
by RachelZhou - opened

I'm currently trying to use the llava-hf/LLaVA-NeXT-Video-7B-DPO-hf modelwith the transformers library version 4.45.1, but I'm encountering a 404 Not Found error during the model download process.

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/llava-hf/LLaVA-NeXT-Video-7B-hf-DPO/resolve/main/preprocessor_config.json
...
Repository Not Found for url: https://huggingface.co/llava-hf/LLaVA-NeXT-Video-7B-hf-DPO/resolve/main/preprocessor_config.json.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated.

Llava Hugging Face org

It should be DPO-hf at the end, make sure to cope model id from model page as you can get typos otherwise ;)

Sign up or log in to comment