shawwn / llama-dl

High-speed download of LLaMA, Facebook's 65B parameter GPT model
GNU General Public License v3.0
4.17k stars 419 forks source link

added wget requirements #3

Closed n1tk closed 1 year ago

n1tk commented 1 year ago

bash won't suffice since script does rely on 'wget', more clean way implemented for users to run on mac.

shawwn commented 1 year ago

This is great, thank you! I forgot I'd run brew install wget on my dev computer and that it wasn't installed by default.