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

Updates for Mojo 24.1 #82

Closed jackos closed 6 months ago

jackos commented 6 months ago

Change let to var to remove compiler warnings, and fix DynamicVector creation to use keyword only capacity

tairov commented 6 months ago

What a nice PR, thanks @jackos for taking care of llama2.🔥 !