Open StrivedTye opened 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.
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 alsobert-base-uncased
. After solving this, it further yielded RuntimeError:Even not sure what will happen in the next step. Thanks.