Hi, I have obtained access to Meta llama3 models, and I am trying to use it for inference using the sample code from model card. When I run my inference script, it gives me an error 'Cannot access gated repo for url huggingface..../meta-llama.....config.json
So my question is how can I access this model from my inference script? Do I need to pass any authientication/api/token key to ensure my script can access the model?
Also how to get huggingface version of the model locally?