Fix Llama URL by using absolute path

#13

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:

  1. Is the link you mention used to request access to the Llama library?
  2. 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.

@bnates

  1. Yes, the original link is outdated.
  2. No idea. I just put "None" in that field.
Hugging Face Agents Course org

Thanks for the contribution!
We're closing this since we've made some internal changes, updating the notebooks. If the issue persist, feel free to reopen the PR!
Apologies for the inconvenience, and thanks again for your contribution!

sergiopaniego changed pull request status to closed

Sign up or log in to comment