Find answers from the community

Updated 11 months ago

Thanks for sharing , it says "Repo model

At a glance

The post indicates that the "meta-llama/Meta-Llama-3-8B-Instruct" model is gated, meaning users must be authenticated to access it. The comments suggest that to access the model, users need to ask for access and then use their Hugging Face token. One community member provides more details, mentioning that users can log in through the CLI and the token will be cached, or they can directly provide the token when using the model.

Thanks for sharing , it says "Repo model meta-llama/Meta-Llama-3-8B-Instruct is gated. You must be authenticated to access it."
L
r
3 comments
Yea you need to ask for access, and then use your huggingface token
you can login in the CLI and it caches it, or you can provide your token


It looks like I missed specifying the token for the tokenizer above

Plain Text
tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct", token=hf_token)
Add a reply
Sign up and join the conversation on Discord