How to access Llama-2-70B Chat via Hugging Face after getting access from Meta
Did you get an answer? Same thing for me. I have had Meta access for a week at least.
You also need to be granted access from Huggingface. Go to this page and request access. Once they grant it, you can download the model using a huggingface access token:
Login at huggingface.co > Click profile in top right > Settings > Access Tokens > Create new token (or use one already present)
Then enable the token in your environment: run huggingface-cli login
and paste your token and the model should download automatically next time you try to use the model