llama icon indicating copy to clipboard operation
llama copied to clipboard

Llama local download : download.sh: line 19: wget: command not found

Open Hannan1002 opened this issue 1 year ago • 2 comments

$ bash download.sh Enter the URL from email: Entered the address from the gmail Enter the list of models to download without spaces (7B,13B,70B,7B-chat,13B-chat,70B-chat), or press Enter for all: 70B-chat Downloading LICENSE and Acceptable Usage Policy download.sh: line 19: wget: command not found

Hannan1002 avatar Feb 05 '24 14:02 Hannan1002

Also having this issue!

ManuThakur10 avatar Feb 06 '24 00:02 ManuThakur10

Also having this issue!

I fixed it; thread #833 covers a solution. Basically, to install wget properly, use homebrew instead: brew install wget

ManuThakur10 avatar Feb 06 '24 00:02 ManuThakur10

if you're using windows, thread #715 talks about using an updated wget version

liqing-lau avatar Feb 07 '24 16:02 liqing-lau

i use conda on m1 mac and "conda install wget" worked for me

SergheiDinu avatar Mar 05 '24 14:03 SergheiDinu

For me running bash download.sh in CMD instead did the trick

Morrisvdb avatar Jun 17 '24 16:06 Morrisvdb