Permission issue accessing 70B-Instruct
#62
by
Erikddahl
- opened
When I create a tokenizer withtokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-70B-Instruct", token=token.secret)
I get a permission error.403 Client Error: Forbidden for url: https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct/resolve/main/config.json
However the HF site shows I have been granted access to the model.
I upgraded to huggingface_hub-0.24.5
What am I missing?? Same is true when I use the 8B model. Sorry of this is newbie stuff.