magic-research/PLLaVA

TypeError: PllavaProcessor.__init__() got an unexpected keyword argument 'image_token'

Closed this issue · 1 comments

屏幕截图 2024-11-27 135324
i met this issue when i run demo.sh.
model_dir "llava-1.5-7b-hf"
weight_dir "pllava-7b"

well,i solved it by switching model_dir and weight_dir,now model_dir :"pllava-7b" and weight_dir "llava-1.5-7b-hf"