Tempaccnt / Termux-alpaca

This is a simple shell script to install the alpaca llama 7B model on termux for Android phones. All credits goes to the original developers of alpaca.cpp and ggml-model-q4_1.bin.
59 stars 11 forks source link

Termux-alpaca

This is a simple shell script to install the alpaca llama 7B model and other 7B LLaMA models on termux for Android phones. All credits goes to the original developers of alpaca.cpp and llama.cpp as well as to the creators of each model.

how to use:

pkg update && pkg upgrade -y
pkg install git -y
cd
git clone https://github.com/Tempaccnt/Termux-alpaca
cd Termux-alpaca
chmod +x termux-alpaca.sh
./termux-alpaca.sh

then follow the prompts. after the installation is complete, you can start each model using the following:

chat  # for Alpaca
chat-vic    # for vicuna
chat-wiz   # for wizardLM