Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downlaod.sh is throwing 403 Foribdeen error, when using a freshly generated URL/token #1145

Open
eladkolet opened this issue Jul 24, 2024 · 2 comments

Comments

@eladkolet
Copy link

I keep getting the below error when running the download.sh script. I made sure to have a new URL/token that we just generated.

Connecting to llama3-1.llamameta.net (llama3-1.llamameta.net)|18.238.55.91|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-24 08:23:53 ERROR 403: Forbidden.

@ifath
Copy link

ifath commented Jul 26, 2024

Received similar error with llama3.1 URL; llama3 URL works fine:

Connecting to llama3-1.llamameta.net (llama3-1.llamameta.net)|54.192.51.48|:443... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

The file is already fully retrieved; nothing to do.

Resolving llama3-1.llamameta.net (llama3-1.llamameta.net)... 54.192.51.48, 54.192.51.67, 54.192.51.119, ...
Connecting to llama3-1.llamameta.net (llama3-1.llamameta.net)|54.192.51.48|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-07-26 15:18:42 ERROR 403: Forbidden.

@FerranAgulloLopez
Copy link

Hello:) When requesting access through the Meta website assure you are requesting access to Llama2 model instead of the new Llama3. The script available in this repository only works for Llama2 model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants