aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJackJollimore <130917767+JackJollimore@users.noreply.github.com>2023-07-09 05:20:43 -0300
committerGitHub <noreply@github.com>2023-07-09 11:20:43 +0300
commit18780e0a5e17348236230bbe891901b9b5718709 (patch)
tree841de2f90cd6a16687184bbc2103eb418fbe80af /README.md
parent3bbc1a11f04a9adc0d0e08c2940ba4d2978755ab (diff)
readme : update Termux instructions (#2147)
The file pathing is significant when running models inside of Termux on Android devices. llama.cpp performance is improved with loading a .bin from the $HOME directory.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3186329..daa71c2 100644
--- a/README.md
+++ b/README.md
@@ -695,7 +695,7 @@ export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH
For easy and swift re-execution, consider documenting this final part in a .sh script file. This will enable you to rerun the process with minimal hassle.
-Place your desired model into the `/llama.cpp/models/` directory and execute the `./main (...)` script.
+Place your desired model into the `~/llama.cpp/models/` directory and execute the `./main (...)` script.
### Docker