meta-llama / llama3

The official Meta Llama 3 GitHub site
Other
25.19k stars 2.78k forks source link

wget not found #68

Closed dhyeypatel03 closed 1 week ago

pianistprogrammer commented 3 months ago

https://stackoverflow.com/questions/33886917/how-to-install-wget-in-macos

if you're using mac, worked for me, get wget

0xBLAHAJ commented 3 months ago

For Windows get the .exe from https://eternallybored.org/misc/wget/ and put it in a folder included in your PATH env. variable

Olney1 commented 3 months ago

If on a Mac:

  1. Install Homebrew: https://brew.sh/

  2. brew install wget

  3. Then run download.sh again