karpathy / llama2.c

Inference Llama 2 in one file of pure C
MIT License
17.42k stars 2.08k forks source link

Adding support to Llama 3.1 #537

Open asmit203 opened 2 months ago

asmit203 commented 2 months ago

As llama 2 and llama 3.1 are quite similar in terms of architecture hence, will it be possible to add support for llama 3.1?

charliewang789 commented 2 months ago

co-asking, anyone tried this?