Fix Llama URL by using absolute path
#13
by
chrisvltn
- opened
Before, when the link in Google Collab was pointing to https://huggingface.co./agents-course/notebooks/resolve/main/meta-llama/Llama-3.2-3B-Instruct, which is not a valid page.
The correct link is https://huggingface.co./meta-llama/Llama-3.2-3B-Instruct.
chrisvltn
changed pull request title from
Use absolute path for Llama model URL
to Fix Llama URL by using absolute path
I am trying to work through the AI Agent Course, and read that I have to generate a user token and request permission to access Llama from Meta. When I clicked the hyperlink provided, I received an error message.
Please help with two questions:
- Is the link you mention used to request access to the Llama library?
- When filling out the form to accept the terms of use of LLama, what does the field “Affiliation” mean? What should be put in this field? I have no idea what they are asking me in this field.