This repository contains simple React Native applications that demonstrate how to deploy large language models on edge devices using llama.rn, a React Native wrapper for llama.cpp. For a detailed overview of the development process, please refer to the accompanying blog post here.
- Clone the repository
- Choose the app you want to launch (Basic or Plus) and open the folder in your terminal
- Run
npm install - For Ios simulators, in the ios folder, run
pod install - In the app folder, run
npm startthen on an other terminal, runnpm run iosornpm run android(the emulator/simulator need to be setup before launching the app)