OSError: liuhaotian/llava-v1.5-7b does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/liuhaotian/llava-v1.5-7b/tree/main' for available files.
OSError: liuhaotian/llava-v1.5-7b does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/liuhaotian/llava-v1.5-7b/tree/main' for available files.
Did you fix this problem? I encountered the same error when using processor.
请问最后怎么解决的?
I've got the same error, did you fix this?
how can we fix this problem?
how can we fix this problem?
check llava/serve/cli.py(the file is from github)
how can we fix this problem?
check llava/serve/cli.py(the file is from github)
Yes, I can check that file, but does it help me load this model directly from HF?
This is what something I'm doing:
Load model directly
from transformers import AutoProcessor, AutoModelForCausalLM
processor = AutoProcessor.from_pretrained("liuhaotian/llava-v1.5-7b")
model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-v1.5-7b")