You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --model-name argument is path to the folder who's contents are shown here and the --projection_path argument is path to the folder containing mm_projector_7b_1.5_336px.bin file.
I'm facing an error while loading the vocab_file, the resolved vocab_file is weights/llava/llava-v1.5-7b/tokenizer.model
The error traceback is as follows:
Hello,
Thanks for making the code and models available. I was following the guide to set up the repo and run a CLI demo.
The command line arguments looks like this:
python video_chatgpt/chat.py --model-name weights/llava/llava-v1.5-7b --projection_path weights/projection/mm_projector_7b_1.5_336px.bin --use_asr --conv_mode pg-video-llava
The
--model-name
argument is path to the folder who's contents are shown here and the--projection_path
argument is path to the folder containingmm_projector_7b_1.5_336px.bin
file.I'm facing an error while loading the
vocab_file
, the resolved vocab_file isweights/llava/llava-v1.5-7b/tokenizer.model
The error traceback is as follows:
The versions of tokenizers and transformers are
0.13.3
and4.28.0.dev0
respectively.Could you help me out to solve this error?
Thanks,
Vishal
The text was updated successfully, but these errors were encountered: