mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	readme: replace termux links with homepage, play store is deprecated (#680)
This commit is contained in:
		| @@ -301,7 +301,7 @@ And after 4.45 hours, you will have the final perplexity. | |||||||
|  |  | ||||||
| ### Android | ### Android | ||||||
|  |  | ||||||
| You can easily run `llama.cpp` on Android device with [termux](https://play.google.com/store/apps/details?id=com.termux). | You can easily run `llama.cpp` on Android device with [termux](https://termux.dev/). | ||||||
| First, obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake: | First, obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake: | ||||||
| ``` | ``` | ||||||
| $ mkdir build-android | $ mkdir build-android | ||||||
| @@ -310,7 +310,7 @@ $ export NDK=<your_ndk_directory> | |||||||
| $ 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 .. | $ 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 .. | ||||||
| $ make | $ make | ||||||
| ``` | ``` | ||||||
| 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. | Install [termux](https://termux.dev/) on your device and run `termux-setup-storage` to get access to your SD card. | ||||||
| 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: | 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: | ||||||
|  |  | ||||||
| https://user-images.githubusercontent.com/271616/225014776-1d567049-ad71-4ef2-b050-55b0b3b9274c.mp4 | https://user-images.githubusercontent.com/271616/225014776-1d567049-ad71-4ef2-b050-55b0b3b9274c.mp4 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 rimoliga
					rimoliga