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.85k stars 230 forks source link

meta官方好像已经删除了llama1的权重,请问从哪里还可以获得llama1的huggingface版本呢? #150

Closed qyr0403 closed 3 months ago

chenxshuo commented 3 months ago
from huggingface_hub import snapshot_download
snapshot_download(repo_id="huggyllama/llama-7b", repo_type="model")
qyr0403 commented 3 months ago
from huggingface_hub import snapshot_download
snapshot_download(repo_id="huggyllama/llama-7b", repo_type="model")

thank you very much