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

the version of transformers #34

Closed zhl98 closed 11 months ago

zhl98 commented 11 months ago

I can not get the version of transformers transformers@git+https://github.com/huggingface/transformers.git@cae78c46. Can you give me some help?

hanoonaR commented 11 months ago

Hi @zhl98,

The command to install transformers is pip install transformers@git+https://github.com/huggingface/transformers.git@cae78c46

A sample expected output is: image