codellama
codellama copied to clipboard
Unable to Download Code-Llama 7B via the download.sh Script
Hello! I signed up to download the Code-Llama model from Meta. I received the email with the Unique Custom URL.
However, when I attempt to download the model, the script throws an error. Can you please advise?
Environment: Ubuntu 22.04
Steps to Reproduce:
- Cloned the repo from main branch:
git clone [email protected]:facebookresearch/codellama.git
- Executed the script:
./download.sh
- Followed the prompts, entered the URL from the email and entered only
7B
as the model to download
Expected Outcome:
Should have downloaded the model
Actual Outcome (query params omitted for possible security reasons):
Get the following error:
Downloading tokenizer
--2023-10-11 13:10:04-- https://download2.llamameta.net/tokenizer.model?XXX
Resolving download2.llamameta.net (download2.llamameta.net)... 65.8.164.24, 65.8.164.126, 65.8.164.75, ...
Connecting to download2.llamameta.net (download2.llamameta.net)|65.8.164.24|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-10-11 13:10:05 ERROR 403: Forbidden.
Full log (query params omitted for possible security reasons):
~/workspaces/meta/llama (main)$ ./download.sh
Enter the URL from email: https://download2.llamameta.net/*?queryparams=XXX
Enter the list of models to download without spaces (7B,13B,70B,7B-chat,13B-chat,70B-chat), or press Enter for all: 7B
Downloading LICENSE and Acceptable Usage Policy
--2023-10-11 13:10:04-- https://download2.llamameta.net/LICENSE?queryparams=XXX
Resolving download2.llamameta.net (download2.llamameta.net)... 65.8.164.24, 65.8.164.126, 65.8.164.75, ...
Connecting to download2.llamameta.net (download2.llamameta.net)|65.8.164.24|:443... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
--2023-10-11 13:10:04-- https://download2.llamameta.net/USE_POLICY.md?queryparams=XXX
Resolving download2.llamameta.net (download2.llamameta.net)... 65.8.164.24, 65.8.164.126, 65.8.164.75, ...
Connecting to download2.llamameta.net (download2.llamameta.net)|65.8.164.24|:443... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
The file is already fully retrieved; nothing to do.
Downloading tokenizer
--2023-10-11 13:10:04-- https://download2.llamameta.net/tokenizer.model?queryparams=XXX
Resolving download2.llamameta.net (download2.llamameta.net)... 65.8.164.24, 65.8.164.126, 65.8.164.75, ...
Connecting to download2.llamameta.net (download2.llamameta.net)|65.8.164.24|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-10-11 13:10:05 ERROR 403: Forbidden.
Thank you!
Try this site
https://huggingface.co/meta-llama/
Hi @jose-at-slalom, the URL from the e-mail is valid for 24 hours. Did the link already expire maybe?
Hi @jgehring I had started the download within minutes of receiving the email. Just tried again with a new email, receiving the same error 😢 Should I post the URL?
I had started the download within minutes of receiving the email. I receiving the same error.
Hi! Receiving same error here!
Hi! Receiving same error here!
Has this problem been solved? Met the same error, could anyone help me? Thx a lot!
Hi, I'm having the exact same error. Any clues. Thank you.