From 036548365f16d05a638fe7c75a0d60fe452e954f Mon Sep 17 00:00:00 2001 From: SubhranshuSharma Date: Sat, 17 Jun 2023 14:50:07 +0530 Subject: [PATCH] added termux with root instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e62f3d..80c63f5 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ A Docker image is available on [GHCR](https://ghcr.io/abetlen/llama-cpp-python). ```bash docker run --rm -it -p 8000:8000 -v /path/to/models:/models -e MODEL=/models/ggml-model-name.bin ghcr.io/abetlen/llama-cpp-python:latest ``` +[Docker on termux (requires root)](https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27) is currently the only known way to run this on phones, see [termux support issue](https://github.com/abetlen/llama-cpp-python/issues/389) ## Low-level API