Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.04 KB

LLAMA 2 - Android [Proof of Concept]

This repository contains an Android implementation (along with other materials), that I created to understand how viable local LLM inferencing is on mobile devices, specifically with regards to the Llama 2 Architecture.

It is directly inspired (and based) on the project llama2.c by Andrej Karpathy

Please read the following article for understanding this project : https://medium.com/@srivastavahardik/benchmarking-llama-2-on-android-a-tale-of-two-implementations-35228d6ede9e

Screenshots

App UI

App Result

App Text Sample

References

https://github.com/karpathy/llama2.c

https://github.com/madroidmaq/llama2.kt

https://github.com/Manuel030/llama2.c-android