shikras / shikra

Other
734 stars 46 forks source link

When I was creating a demo using "Python mllm/demo/webdemo. py -- model_path/path/to/shikra/ckpt", the following error occurred. #55

Open yubo97 opened 10 months ago

yubo97 commented 10 months ago

The "assert has_image" in approximately 156 lines of code is triggered in "mllm/dataset/single_image convsion. py".

yubo97 commented 10 months ago

微信图片_20231204113353

Luyitas commented 8 months ago

Encountering the same issue with Gradio 3.50.2. Has this been addressed yet?

PlutoXN commented 6 months ago

Do I need to retrain the model myself? Where is the ckpt file?

Moodrammer commented 6 months ago

@PlutoXN There are instructions in Readme.md for obtaining the checkpoints, you need first to fill a form and get the original llama model weights, then add shikra_delta_7b to the original LLaMa weights through the provided script in Readme.md