Skip to content

Commit

Permalink
llama: fix typos in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Aug 3, 2024
1 parent 7ef211a commit a4ff787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fundamentals/llama.cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## LLama.ccp exploration/example project
This project is an exploration of the LLama.cpp library. The goal it to have
## Llama.cpp exploration/example project
This project is an exploration of the Llama.cpp library. The goal it to have
small isolated examples that can be run and debugged in isolation to help
understand how the library works.

Expand Down Expand Up @@ -41,7 +41,7 @@ $ ctags -R --languages=C++ --c++-kinds=+p --fields=+iaS --extra=+q .
```

#### Configuration
This project uses a git submodule to include the LLama.cpp library. To
This project uses a git submodule to include the Llama.cpp library. To
add the submodule run (only the first time and I'm just adding this for
documenation purposes):
```console
Expand Down

0 comments on commit a4ff787

Please sign in to comment.