Skip to content

Commit e69b7b5

Browse files
author
JackJollimore
authored
corrected navigation
$HOME is a script within fish shell, assuming User uses bash then we use `cd` to navigate to /data/data/com.termux/files/home
1 parent ee55b1e commit e69b7b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ https://user-images.githubusercontent.com/271616/225014776-1d567049-ad71-4ef2-b0
797797
Ensure Termux is up to date and clone the repo:
798798
```
799799
apt update && apt upgrade
800-
$HOME
800+
cd
801801
git clone https://github.com/ggerganov/llama.cpp
802802
```
803803

@@ -809,7 +809,6 @@ make
809809

810810
It's possible to include OpenBlas while building:
811811
```
812-
$HOME
813812
pkg install libopenblas
814813
cd llama.cpp
815814
cmake -B build -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS
@@ -819,7 +818,7 @@ cmake --build . --config Release
819818
820819
Move your model to the $HOME directory in Termux, for example:
821820
```
822-
$HOME
821+
cd
823822
cd storage/downloads
824823
mv 7b-model.gguf ~/
825824
```

0 commit comments

Comments
 (0)