I run a example codes but have some error "there is no preprocessor_config.json"
#4
by
CHANYOUNG2
- opened
Error Log
OSError: tabtoyou/KoLLaVA-v1.5-Synatra-7b does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/tabtoyou/KoLLaVA-v1.5-Synatra-7b/main' for available files.What Ive done
I just paste the codes from "https://github.com/tabtoyou/KoLLaVA/blob/main/v1.5_synatra_inference.ipynb" to jupyter notebook. And seems like it doesnt work well. Is there any additional things to do for solving this error?
Maybe this comment is too late, and since I am not a publisher to this repo, changing AutoProcessor to AutoTokenizer worked for me.