OpenGVLab / Ask-Anything

[CVPR2024 Highlight][VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.
https://vchat.opengvlab.com/
MIT License
2.86k stars 230 forks source link

videochat demo #97

Closed kuaileqipaoshui closed 5 months ago

kuaileqipaoshui commented 6 months ago

Hello! I ran the videochat .ipynb demo,but got different results.

videochat2 videeochat1
Andy1621 commented 6 months ago

Hi! As for your question, the answer is not the same since the do_sample=True.

kuaileqipaoshui commented 5 months ago

Hi! As for your question, the answer is not the same since the do_sample=True.

thank you! I'm also trying to run stage1.sh, but I ran into some difficulties. videochat3 videochat4 Do you know what happened? And how can I fix it?

Andy1621 commented 5 months ago

It seems that you do not set the right MASTER_NODE, the --rdzv_endpoint should be one of the running nodes ${MASTER_NODE}:${IP}.

kuaileqipaoshui commented 5 months ago

It seems that you do not set the right MASTER_NODE, the --rdzv_endpoint should be one of the running nodes ${MASTER_NODE}:${IP}.

Thank you. It has been fixed.