mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
readme : fixed termux instructions (#1973)
This commit is contained in:
parent
b061ba9e2a
commit
235b610d65
@ -680,12 +680,13 @@ Upon completion of the aforementioned steps, you will have successfully compiled
|
|||||||
```
|
```
|
||||||
GGML_OPENCL_PLATFORM=0
|
GGML_OPENCL_PLATFORM=0
|
||||||
GGML_OPENCL_DEVICE=0
|
GGML_OPENCL_DEVICE=0
|
||||||
export LD_LIBRARY_PATH=/system/vendor/lib64:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH
|
||||||
./main (...)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
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
|
### Docker
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
Loading…
Reference in New Issue
Block a user