]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fixed termux instructions (#1973)
authorAlberto <redacted>
Sat, 24 Jun 2023 10:32:13 +0000 (12:32 +0200)
committerGitHub <redacted>
Sat, 24 Jun 2023 10:32:13 +0000 (13:32 +0300)
README.md

index b09498be64cd00f46d0b2840a173da64374f9900..10462c6b0651f6b2b7602488d10a52ceef782a48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -680,12 +680,13 @@ Upon completion of the aforementioned steps, you will have successfully compiled
 ```
 GGML_OPENCL_PLATFORM=0
 GGML_OPENCL_DEVICE=0
-export LD_LIBRARY_PATH=/system/vendor/lib64:$LD_LIBRARY_PATH
-./main (...)
+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. 
+
 ### Docker
 
 #### Prerequisites