dummy-proof directions
$HOME before make is unneccesary. If User is new with Termux then typing cd storage/downloads before $HOME is confusing. clarified directions.
This commit is contained in:
parent
83df548b86
commit
ee55b1e528
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,6 @@ git clone https://github.com/ggerganov/llama.cpp
|
|||
|
||||
Build `llama.cpp`:
|
||||
```
|
||||
$HOME
|
||||
cd llama.cpp
|
||||
make
|
||||
```
|
||||
|
@ -820,6 +819,7 @@ cmake --build . --config Release
|
|||
|
||||
Move your model to the $HOME directory in Termux, for example:
|
||||
```
|
||||
$HOME
|
||||
cd storage/downloads
|
||||
mv 7b-model.gguf ~/
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue