fixed the git repo name on the usage instructions

The original command didn't allow cloning, as the suffix was set to .cpp instead of .git
This commit is contained in:
Emile 2023-04-05 19:50:07 +02:00 committed by GitHub
parent 3416298929
commit 754b5f30e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ Here are the step for the LLaMA-7B model:
```bash
# build this repo
git clone https://github.com/ggerganov/llama.cpp
git clone https://github.com/ggerganov/llama.git
cd llama.cpp
make