From: JackJollimore Date: Sun, 9 Jul 2023 08:20:43 +0000 (-0300) Subject: readme : update Termux instructions (#2147) X-Git-Tag: gguf-v0.4.0~496 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=18780e0a5e17348236230bbe891901b9b5718709;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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. --- diff --git a/README.md b/README.md index 31863298..daa71c2b 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