From 754b5f30e5a9b75ae9200dbaabe026453d0a492c Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 5 Apr 2023 19:50:07 +0200 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9269c0f1..5b30578e6 100644 --- a/README.md +++ b/README.md @@ -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