OpenGVLab / InternVideo

[ECCV2024] Video Foundation Models & Data for Multimodal Understanding
Apache License 2.0
1.43k stars 88 forks source link

Install Guidelines #210

Open StrivedTye opened 1 week ago

StrivedTye commented 1 week ago

Hi,

Thanks for your great work.

Would you please provide a detailed introduction about how to install it on a personal platform? I tried to reproduce this project on my own GPU, but there had encountered a lot of errors. So far, after installing the necessary packages, I also met some unknown problems. It seems that the internvideo2 not only requires internlm2_5-7b-chat, but also bert-base-uncased. After solving this, it further yielded RuntimeError: image

Even not sure what will happen in the next step. Thanks.

yinanhe commented 1 week ago

In our test, there is no need to download and configure InternLM2.5, we have included the corresponding modeling files in the hf file, you can find it https://huggingface.co/OpenGVLab/InternVideo2_Chat_8B_InternLM2_5/blob/main/modeling_internlm2.py

In addition, the language model we use is [1m version] (https://huggingface.co/internlm/internlm2_5-7b-chat-1m), I don't know if it is related to your error.