OpenGVLab / Ask-Anything

[CVPR2024 Highlight][VideoChatGPT] ChatGPT with video understanding! And many more supported LMs such as miniGPT4, StableLM, and MOSS.
https://vchat.opengvlab.com/
MIT License
2.86k stars 230 forks source link

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

Closed muzairkhattak closed 6 months ago

muzairkhattak commented 6 months ago

Dear Team,

Thank you for sharing your work for the community.

I am trying to setup 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 below links.

LLAMA: Download it from the original repo or hugging face.

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

Thank you in advance!

Kind regards, Muhammad Uzair

yinanhe commented 6 months ago

Bittorrent (magnet:?xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352&dn=LLaMA).

muzairkhattak commented 6 months ago

Thank you !

kuaileqipaoshui commented 6 months ago

Bittorrent (magnet:?xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352&dn=LLaMA

what is this?

muzairkhattak commented 6 months ago

@kuaileqipaoshui you can download the weights directly using the above magnet link via a torrent downloader software.

Alternatively, you can use this repository to download LLaMA model weights.

kuaileqipaoshui commented 6 months ago

@kuaileqipaoshui you can download the weights directly using the above magnet link via a torrent downloader software.

Alternatively, you can use this repository to download LLaMA model weights.

thank you!