- This repository contains llama.cpp based offline android chat application cloned from llama.cpp android example. Install, download model and run completely offline privately.
- The following are the instructions to run this application.
- Go to releases : https://github.com/nerve-sparks/iris_android/releases
- Download app
- Install app
- Download Android studio
- Clone this repository and import into Android Studio
git clone https://github.com/nerve-sparks/iris_android.git
- Open developer options on the Android mobile phone.
- Enable developer options.
- Click on developer options and enable wireless debugging.
- In Android Studio, select the drop down on the left side of the 'app' button on the Navbar.
- Select on 'Pair devices using Wi-Fi'. A QR code appears on screen.
- Click on wireless debugging on Android phone. Select 'Pair device with QR code'. Scan the code. (Make sure both devices are on the same Wi-fi)
- You can use Usb Debugging also to connect your phone.
- Once the phone is connected, select the device name in the drop down menu and click on play button.
- In the app, click on 'Download Stable LM'. The model will download and load automatically.
- Now you can run the app offline. (In airplane mode as well)
- Visit www.nervesparks.com to contact us.
- Clone it.
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull request.