LLaVA
LLaVA copied to clipboard
ValueError: Some specified arguments are not used by the HfArgumentParser: ['--mm_vision_select_layer', '-2', '--mm_use_im_start_end', 'True']
I installed the correct transformer library using "pip install --upgrade --force-reinstall git+https://github.com/haotian-liu/transformers_llava.git@26356f0d07bacfb3857dafc7f8a519304b4c0572" but when I run the finetune script, it throws the error message.
Hi, thank you for the interest in our work.
Can you try with the updated instructions: first create a new Conda environment, and then do the install? I have verified locally that this works. Thanks!
https://github.com/haotian-liu/LLaVA#install