Skip to content

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.

Notifications You must be signed in to change notification settings

RealCalumPlays/Termux-alpaca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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 the ggml-model-q4_1.bin model.

there are two files:

  • install-alpaca-Android.sh this one uses the default huggingface.co website to download the model

  • install-alpaca-mega.sh this one uses mega to download the model(faster but with limited downloads)

how to use:

  • the easiest way is to clone the repository then make the script executable and run it. to do that write the following:
cd
git clone https://github.com/Tempaccnt/Termux-alpaca
cd Termux-alpaca
chmod +x install-alpaca-Android.sh
./install-alpaca-Android.sh

note: change install-alpaca-Android.sh to install-alpaca-mega.sh if you wish to use mega to download the model.

after the installation is complete, you can start alpaca at any time by writing

chat

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%