Skip to content

Ollama for Termux is a Bash script that can help you install Ollama on Termux. | Ollama for Termux 是一个Bash脚本,它可以帮助您在 Termux 上安装 Ollama。

License

Notifications You must be signed in to change notification settings

CMSZ001/Ollama_for_Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ollama

English   |    简体中文

Ollama for Termux

Introduction

This is a Bash script for installing Ollama in the Termux environment.Ollama is a command-line tool that allows you to run large language models such as Llama 2 and Code Llama locally.This script helps users easily set up and run Ollama in Termux by automating the installation process.

Prerequisites

Usage

  1. Open Termux
  2. Run the following command to execute the installation script.
  • Github:
curl -s -o ~/i https://raw.githubusercontent.com/CMSZ001/Ollama_for_Termux/refs/heads/main/install.sh && bash ~/i
  • Gitee:
curl -s -o ~/i https://gitee.com/CMSZ001/Ollama_for_Termux/raw/main/install.sh && bash ~/i
  1. Follow the prompts in the script to decide whether to use a mirror and whether to proceed with the installation.
  2. After the installation is complete,you can start Ollama by running theollamacommand.

Copyright Information

This script is written byCMSZ001and is open-sourced under theMIT License.For copyright information regarding Ollama,please refer to theofficial Ollama repository.

About

Ollama for Termux is a Bash script that can help you install Ollama on Termux. | Ollama for Termux 是一个Bash脚本,它可以帮助您在 Termux 上安装 Ollama。

Resources

License

Stars

Watchers

Forks

Languages