dvlab-research / LLaMA-VID

Official Implementation for LLaMA-VID: An Image is Worth 2 Tokens in Large Language Models
Apache License 2.0
623 stars 40 forks source link

There is no get_videos method in conversation.py #16

Closed zyghome closed 6 months ago

zyghome commented 6 months ago

It seems that the video conversation not implemented yet? In gradio_web_server.py there are several calling for state.get_videos(), but there is none in class Conversation

yjzst commented 6 months ago

Same question

yanwei-li commented 6 months ago

Thanks for this report. We add this function in Conversation. Please pull the code and try it again.

yanwei-li commented 6 months ago

Please open the issue again if you have further questions.