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

Bug #68

Closed 1997MarsRover closed 10 months ago

1997MarsRover commented 10 months ago

Stumbled on this while trying to run the code on WSL Ubuntu

num parallel workers: 2  SIMD width: 16
checkpoint size:  60816028 [ 57 MB ] | n layers: 6 | vocab size: 32000
terminate called after throwing an instance of 'std::system_error'
  what():  Resource temporarily unavailable
tairov commented 10 months ago

old version of mojo, I think it's fixed after update? https://github.com/modularml/mojo/issues/1169