rese1f / MovieChat

[CVPR 2024] MovieChat: From Dense Token to Sparse Memory for Long Video Understanding
https://rese1f.github.io/MovieChat/
BSD 3-Clause "New" or "Revised" License
531 stars 41 forks source link

Unable to access LLaMA weights to build Vicuna-7B #36

Closed muzairkhattak closed 10 months ago

muzairkhattak commented 10 months ago

Dear Team,

Thank you for sharing this great work with the community.

I am trying to set up the inference model for videochat but I am having difficulties in downloading the official LLaMA 7b weights as they are not officially available from meta.

The provided links in below instruction do not provide for LLaMA 1 models. We can only download llama 2 models from the below links.

Get the original LLaMA weights in the Hugging Face format by following the instructions here.

Could you upload the llama 7b and llama 13b weights so we can directly utilize them?

Thank you in advance!

Kind regards, Muhammad Uzair

Espere-1119-Song commented 10 months ago

Sorry, due to copyright issues, we cannot upload the weight files for LLaMA 7B and 13B. You can try using the official authentication method provided to obtain the weights. Additionally, the weights for LLaMA2 are also applicable to MovieChat, and no modifications are needed in the code.

muzairkhattak commented 10 months ago

No problem! I was able to download the weights from this repo.