8000 readme : fixed termux instructions (#1973) · CodeLinaro/llama.cpp@235b610 · GitHub
[go: up one dir, main page]

Skip to content

Commit 235b610

Browse files
authored
readme : fixed termux instructions (ggml-org#1973)
1 parent b061ba9 commit 235b610

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,12 +680,13 @@ Upon completion of the aforementioned steps, you will have successfully compiled
680680
```
681681
GGML_OPENCL_PLATFORM=0
682682
GGML_OPENCL_DEVICE=0
683-
export LD_LIBRARY_PATH=/system/vendor/lib64:$LD_LIBRARY_PATH
684-
./main (...)
683+
export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH
685684
```
686685

687686
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.
688687

688+
Place your desired model into the `/llama.cpp/models/` directory and execute the `./main (...)` script.
689+
689690
### Docker
690691

691692
#### Prerequisites

0 commit comments

Comments
 (0)
0