Access given still not working.

#68
by adityar23 - opened

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, 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

Sign up or log in to comment