llama3
llama3 copied to clipboard
Why always 403 forbidden when download the weights?
when I run the download.sh
file, and input the URL, chose the model to download, there is always a 403 forbidden error..?
same
same issue... any idea to solve it?
@samuelselvan - can you look into this?
same
same
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)
The question is ip address.
What solved it for me was wget "path"
instead of wget path
I have encountered the same problem. Does anyone solve it?
有百度网盘吗?
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%
The question is ip address.
how to resolve
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 !
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!
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.
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.