Skip to content
/ la-llama3 Public

A minimalist LLAMA3 implementation using Linear Algebra under 100 lines of code that actually works

License

Notifications You must be signed in to change notification settings

vxst/la-llama3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LA-LLAMA3

LA-LLAMA3 is a minimalist implementation of the LLAMA3 algorithm, primarily using linear algebra operations, and its main program is confined to just 100 lines of code. This project serves as a tool to provide a clear understanding of the fundamental workings of the LLAMA3(and generally, Transformer) architecture.

And it actually works.

For a version with KV Cache, check out the kv_cache branch.

About

A minimalist LLAMA3 implementation using Linear Algebra under 100 lines of code that actually works

Resources

License

Stars

Watchers

Forks

Languages