mbzuai-oryx / Video-ChatGPT

[ACL 2024 🔥] Video-ChatGPT is a video conversation model capable of generating meaningful conversation about videos. It combines the capabilities of LLMs with a pretrained visual encoder adapted for spatiotemporal video representation. We also introduce a rigorous 'Quantitative Evaluation Benchmarking' for video-based conversational models.
https://mbzuai-oryx.github.io/Video-ChatGPT
Creative Commons Attribution 4.0 International
1.05k stars 92 forks source link

Fix video_demo command in docs #101

Closed biphobe closed 2 months ago

biphobe commented 2 months ago

Command fix in docs.

mmaaz60 commented 2 months ago

Hi, this change is not required as we do not have any pyproject.toml file in the project. Instead we can set the PYTHONPATH as below as mentioned in the README. Thank You :)

export PYTHONPATH="./:$PYTHONPATH"