Getting access to hugging face llama models
To get access to specific models, you can go to huggingface.com and then search for meta/llama model.
For example, to get access to meta-llama/Meta-Llama-3.1-8B.
https://huggingface.co/meta-llama/Meta-Llama-3.1-8B
Click on "Expand to review and access".
Fill in all the require names and details. And submit.
You can verify your access by going to
https://huggingface.co/meta-llama/Meta-Llama-3.1-8B/resolve/main/config.json. If your access not granted it will look something like this. :)
https://colab.research.google.com/drive/19c_GuNCYsABMe4b3VS8cXgGl01cSXi7O#scrollTo=dadpCnSeX8Tj
Comments