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:
parent
3416298929
commit
754b5f30e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue