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
Hi ,
Thank you very much for your great work
I encountered some problems while using finetune-billa7b-zh model for inference.
The configuration is as follows:
File "Video-LLaMA/video_llama/models/modeling_llama.py", line 517, in forward
position_ids = position_ids.view(-1, seq_length).long()
RuntimeError: shape '[-1, 136]' is invalid for input of size 137
Can you tell me where I went wrong with my configuration?
Thanks again
The text was updated successfully, but these errors were encountered:
Hi ,
Thank you very much for your great work
I encountered some problems while using finetune-billa7b-zh model for inference.
The configuration is as follows:
Then I got error:
Can you tell me where I went wrong with my configuration?
Thanks again
The text was updated successfully, but these errors were encountered: