don't assume git is installed

Added apt install git, so that git clone works
This commit is contained in:
Jeximo 2024-04-30 20:51:53 -03:00 committed by GitHub
parent b115ad432e
commit 57a37f19c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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