aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlberto <57916483+albbus-stack@users.noreply.github.com>2023-06-24 12:32:13 +0200
committerGitHub <noreply@github.com>2023-06-24 13:32:13 +0300
commit235b610d650cbfed6dbd5d671f750d35fc18cd7d (patch)
treefe529183b550c585a156a47ea8ce74bdc4b7ecc2 /README.md
parentb061ba9e2a7a2c335a200df8c11aed5e31e4ccbb (diff)
readme : fixed termux instructions (#1973)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b09498b..10462c6 100644
--- 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