meta-llama / llama3

The official Meta Llama 3 GitHub site
Other
25.98k stars 2.91k forks source link

Why always 403 forbidden when download the weights? #55

Open grandY0uzzx opened 4 months ago

grandY0uzzx commented 4 months ago

when I run the download.sh file, and input the URL, chose the model to download, there is always a 403 forbidden error..?

LCmoon0126 commented 4 months ago

same

homzer commented 4 months ago

same issue... any idea to solve it?

jspisak commented 4 months ago

@samuelselvan - can you look into this?

tian969 commented 4 months ago

same

JackeyWang777 commented 4 months ago

same

LCmoon0126 commented 4 months ago

same

I solve it. At first I thought it's because my IP address is in China so I use proxy and it works and start to download. Soon the download is failed and report this Read error at byte 526939026/16060617592 (error:0A000119:SSL routines::decryption failed or bad record mac; error:0A000139:SSL routines::record layer failure). Retrying. After retried 7 times and 403 appear again. There is 2 reasons about this: first is my proxy is not allowed to download big files so it appear "Read error and retry", second is the download URL is limited about 6 times so after 6 retrys the URL is Invalid and 403 appear again

So to slove this problem you need make sure two things: 1: You IP address is allowed to download llama3 2: You download link(like: https://download6.llamameta.net/*?P) is not get the limit times(about 5 or 6 times)

ycjcl868 commented 4 months ago

The question is ip address.

ArthurZucker commented 4 months ago

What solved it for me was wget "path" instead of wget path

tammypi commented 4 months ago

I have encountered the same problem. Does anyone solve it?

GaffeyFF commented 4 months ago

有百度网盘吗?

biaoliu-kiritsugu commented 4 months ago

It is the question of ip address for me. Setting the proxy of the terminal works: export https_proxy=http://127.0.0.1:%Port%;export http_proxy=http://127.0.0.1:%Port%;export all_proxy=socks5://127.0.0.1:%Port%

AWangji commented 4 months ago

The question is ip address.

how to resolve

chongkuiqi commented 4 months ago

It is the question of ip address for me. Setting the proxy of the terminal works: export https_proxy=http://127.0.0.1:%Port%;export http_proxy=http://127.0.0.1:%Port%;export all_proxy=socks5://127.0.0.1:%Port%

Thanks, it works for me !

Yjejuy commented 3 months ago

It is the question of ip address for me. Setting the proxy of the terminal works: export https_proxy=http://127.0.0.1:%Port%;export http_proxy=http://127.0.0.1:%Port%;export all_proxy=socks5://127.0.0.1:%Port%

You really saved my ass struggling with the GFW for hours. thank bro!

jellyfish45 commented 3 months ago

It is the question of ip address for me. Setting the proxy of the terminal works: export https_proxy=http://127.0.0.1:%Port%;export http_proxy=http://127.0.0.1:%Port%;export all_proxy=socks5://127.0.0.1:%Port%

Doesn't work for me ಥ_ಥ It only shows :Bad port number.

biaoliu-kiritsugu commented 3 months ago

It is the question of ip address for me. Setting the proxy of the terminal works: export https_proxy=http://127.0.0.1:%Port%;export http_proxy=http://127.0.0.1:%Port%;export all_proxy=socks5://127.0.0.1:%Port%

Doesn't work for me ಥ_ಥ It only shows :Bad port number.

Replace %Port% with the port number of your proxy server.