tairov / llama2.mojo

Inference Llama 2 in one file of pure 🔥
https://www.modular.com/blog/community-spotlight-how-i-built-llama2-by-aydyn-tairov
MIT License
2.09k stars 139 forks source link

HuggingFace demo not working #58

Closed avi-cenna closed 10 months ago

avi-cenna commented 10 months ago

Hi,

The HuggingFace demo of this project is not working. It says:

Build failed with exit code: 1
...
--> ERROR: process "/bin/sh -c curl https://get.modular.com | MODULAR_AUTH=$AUTH_KEY sh -     && modular install mojo" did not complete successfully: exit code: 1
tairov commented 10 months ago

@radames could you please take a look ?

radames commented 10 months ago

thanks for the ping @tairov, I fixed the Space, now modular needs to run modular auth

tairov commented 10 months ago

Thanks!