Deploying Fine-tune LLama3

Hello,

I have used AutoTrain to fine-tune Llama3 8B Instruct. Now, I want to deploy that model. However, when the instance is booting up it yields an error regarding the repo being gated. I have received access to the Llama3 8B repo.

Please see the error below:

Download encountered an error:

`Traceback (most recent call last):

File "/opt/conda/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 270, in hf_raise_for_status
response.raise_for_status()

File "/opt/conda/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/resolve/main/config.json`