ERROR: Access denied: repository is gated and you are not in the authorized list

Hi! I have added my ssh key on huggingface and I have access to llama2 but I still face the problem as below.


Thanks!

2 Likes

Have you ticked and accepted “I agree to share my name, email address and username with Meta and confirm that I have already been granted download access on the Meta website” on meta-llama/Llama-2-7b-chat-hf · Hugging Face? On some repo webpages, there are terms to be accepted by the user otherwise the download will not be possible.

did you ever resolve this? I’m having a similar problem

Just now ran into this, and resolved it by explicitly passing the correct ssh key -

GIT_SSH_COMMAND='ssh -i /home/me/.ssh/huggingface_id_rsa -o IdentitiesOnly=yes' git clone git@hf.co:foo/bar

1 Like