preprocessor_config.json error
#2
by
jayparmar0707
- opened
Hello,
While using the model card code, I got the following error:
"OSError: liuhaotian/llava-v1.5-mlp2x-336px-pretrain-vicuna-7b-v1.5 does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/liuhaotian/llava-v1.5-mlp2x-336px-pretrain-vicuna-7b-v1.5/tree/main' for available files."
I looked around a bit and the solution was to use a preprocessor_config.json file from https://huggingface.co/liuhaotian/llava-v1.5-7b/tree/main.
However, I am unsure how to use it using the code from the model card as there is no parameter to give the path to the preprocessor_config.json file.
Thank you for your help.