Skip to content

Commit d0a7f74

Browse files
authored
readme: replace termux links with homepage, play store is deprecated (ggml-org#680)
1 parent 0d054e2 commit d0a7f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ And after 4.45 hours, you will have the final perplexity.
301301

302302
### Android
303303

304-
You can easily run `llama.cpp` on Android device with [termux](https://play.google.com/store/apps/details?id=com.termux).
304+
You can easily run `llama.cpp` on Android device with [termux](https://termux.dev/).
305305
First, obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake:
306306
```
307307
$ mkdir build-android
@@ -310,7 +310,7 @@ $ export NDK=<your_ndk_directory>
310310
$ cmake -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-23 -DCMAKE_C_FLAGS=-march=armv8.4a+dotprod ..
311311
$ make
312312
```
313-
Install [termux](https://play.google.com/store/apps/details?id=com.termux) on your device and run `termux-setup-storage` to get access to your SD card.
313+
Install [termux](https://termux.dev/) on your device and run `termux-setup-storage` to get access to your SD card.
314314
Finally, copy the `llama` binary and the model files to your device storage. Here is a demo of an interactive session running on Pixel 5 phone:
315315

316316
https://user-images.githubusercontent.com/271616/225014776-1d567049-ad71-4ef2-b050-55b0b3b9274c.mp4

0 commit comments

Comments
 (0)