don't assume git is installed
Added apt install git, so that git clone works
This commit is contained in:
parent
b115ad432e
commit
57a37f19c2
1 changed files with 1 additions and 0 deletions
|
@ -996,6 +996,7 @@ mv model.gguf ~/
|
||||||
|
|
||||||
Build & run `llama.cpp`:
|
Build & run `llama.cpp`:
|
||||||
```
|
```
|
||||||
|
apt install git
|
||||||
$HOME
|
$HOME
|
||||||
git clone https://github.com/ggerganov/llama.cpp
|
git clone https://github.com/ggerganov/llama.cpp
|
||||||
cd llama.cpp
|
cd llama.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue