]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : update Termux instructions (#2147)
authorJackJollimore <redacted>
Sun, 9 Jul 2023 08:20:43 +0000 (05:20 -0300)
committerGitHub <redacted>
Sun, 9 Jul 2023 08:20:43 +0000 (11:20 +0300)
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.

README.md

index 318632989d218c074de4a657edf4cf66ca79ee32..daa71c2b939da35c5616f9dc3de1cbc1201912a9 100644 (file)
--- 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