llama
llama copied to clipboard
Llama local download : download.sh: line 19: wget: command not found
$ 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
Also having this issue!
Also having this issue!
I fixed it; thread #833 covers a solution.
Basically, to install wget properly, use homebrew instead: brew install wget
if you're using windows, thread #715 talks about using an updated wget version
i use conda on m1 mac and "conda install wget" worked for me
For me running bash download.sh
in CMD instead did the trick