Fix: "cont" is not defined and wrong parameter is passed to modalities in model.generate
#2
by snowleopard-mllm - opened
Problems:
- "cont" is not defined
- video_data = (video, video) is tuple with 2 elements, and modalities=video_data[2] will raise ERROR
It should be: modalities=input_data[2] - max_frames_num = "64" causes the wrong type of max_frames_num, and it will raise ERROR
THUdyh changed pull request status to merged