Skip to content

Commit

Permalink
readme : update Termux instructions (ggerganov#2147)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JackJollimore authored Jul 9, 2023
1 parent 3bbc1a1 commit 18780e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 18780e0

Please sign in to comment.