From 39d928c44452e007c227a52166b83821fe73c711 Mon Sep 17 00:00:00 2001 From: Jeximo Date: Tue, 7 May 2024 11:04:48 -0300 Subject: [PATCH] fix trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 217f50bd1..a6768b154 100644 --- a/README.md +++ b/README.md @@ -937,7 +937,7 @@ If your issue is with model generation quality, then please at least scan the fo [Termux](https://github.com/termux/termux-app#installation) is a method to execute `llama.cpp` on an Android device (no root required). ``` apt update && apt upgrade -y -apt install git make cmake +apt install git make cmake ``` It's recommended to move your model inside the `~/` directory for best performance: