最終更新:2025-02-04 (火) 19:19:48 (3d)  

Termux/Ollama
Top / Termux / Ollama

git clone --depth 1 https://github.com/ollama/ollama.git
cd ollama
go generate ./...
go build .
./ollama serve &
./ollama run phi
cp ollama/ollama /data/data/com.termux/files/usr/bin/

関連