A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Manuel030/llama2.c-android below:

Manuel030/llama2.c-android: Inference Llama 2 in one file of pure C

Port of Andrej Karpathy's llama2.c to Android. You can run it as raw binary or use it as shared library.

You can use the prebuild binaries in libs or compile on your own:

# or wherever your ndk-build script resides
cd jni && $ANDROID_HOME/ndk-bundle/ndk-build

Get e.g. termux and install APK to run binaries.

wget https://karpathy.ai/llama2c/model.bin -P out
adb push libs/<your abi>/llama2 /storage/emulated/0/Android/data
adb push model.bin /storage/emulated/0/Android/data
adb push tokenizer.bin /storage/emulated/0/Android/data

In Termux:

cp /storage/emulated/0/Android/llama2 .
chmod +x llama2
./llama2 model.bin

wip


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4