We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee55b1e commit e69b7b5Copy full SHA for e69b7b5
README.md
@@ -797,7 +797,7 @@ https://user-images.githubusercontent.com/271616/225014776-1d567049-ad71-4ef2-b0
797
Ensure Termux is up to date and clone the repo:
798
```
799
apt update && apt upgrade
800
-$HOME
+cd
801
git clone https://github.com/ggerganov/llama.cpp
802
803
@@ -809,7 +809,6 @@ make
809
810
It's possible to include OpenBlas while building:
811
812
813
pkg install libopenblas
814
cd llama.cpp
815
cmake -B build -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS
@@ -819,7 +818,7 @@ cmake --build . --config Release
819
818
820
Move your model to the $HOME directory in Termux, for example:
821
822
823
cd storage/downloads
824
mv 7b-model.gguf ~/
825
0 commit comments