Access given still not working.
I have been given access for the instruct model,I have passed my HF access token, still it shows:
"Make sure to request access at https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct and pass a token having permission to this repo either by logging in with huggingface-cli login
or by passing token=<your_token>
."
Need help.
Same
same
Same
Same, not working for my token
same
I was facing the same problem, but you can try this you would be able to download this model
!pip install -U ipywidgets jupyterlab-widgets
from huggingface_hub import login
login()
After this insert your hugging face token in ui
tokenizer = AutoTokenizer.from_pretrained(model_name, use_auth_token=True)
Please post a minimal reproducible example
This code is for meta-llama/Llama-2-70b
but this repository is meta-llama/Meta-Llama-3-8B-Instruct