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

Getting 400 error on https://llama3-1.llamameta.net/Meta-Llama-3.1-405B-MP8/consolidated.00.pth #1146

Open
jwatte opened this issue Jul 25, 2024 · 1 comment

Comments

@jwatte
Copy link

jwatte commented Jul 25, 2024

Describe the bug

Using download.sh from an instance in GCP with plenty of network and storage, download of models in the llama-3.1 family works until it gets to Meta-Llama-3.1-405B-MP8, at which point it gets a 400 error. Re-trying the download still gets this error on that file.

Minimal reproducible example

./download.sh

Output

2024-07-25 00:25:49 (46.0 MB/s) - ‘./Meta-Llama-3.1-405B-MP8/tokenizer.model’ saved [2183982/2183982]

Downloading consolidated.00.pth
--2024-07-25 00:25:49--  https://llama3-1.llamameta.net/Meta-Llama-3.1-405B-MP8/consolidated.00.pth?Policy=xxxxxxxxx&Key-Pair-Id=K15QRJLYKIFSLZ&Download-Request-ID=776205421258895
Resolving llama3-1.llamameta.net (llama3-1.llamameta.net)... 3.163.165.48, 3.163.165.22, 3.163.165.9, ...
Connecting to llama3-1.llamameta.net (llama3-1.llamameta.net)|3.163.165.48|:443... connected.
HTTP request sent, awaiting response... 400 Bad Request
2024-07-25 00:25:49 ERROR 400: Bad Request.

Environment

df -h
10.125.224.2:/trainingfs   30T   14T   17T  46% /trainingfs
@Keisial
Copy link

Keisial commented Jul 28, 2024

Indeed. The models meta-llama-3.1-405b-instruct-mp16 and meta-llama-3.1-405b-mp16 download fine but the other models of 405B (meta-llama-3.1-405b-instruct-mp8, meta-llama-3.1-405b-instruct-fp8, meta-llama-3.1-405b-mp8 and meta-llama-3.1-405b-fp8) fail to download with a HTTP error 400 Bad request.

The other sizes of llama-3.1 have no such issues.

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
@jwatte @Keisial and others