From a4ff787d1e82952f77f0df42cec3f9a859f744df Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 3 Aug 2024 07:04:23 +0200 Subject: [PATCH] llama: fix typos in README.md Signed-off-by: Daniel Bevenius --- fundamentals/llama.cpp/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fundamentals/llama.cpp/README.md b/fundamentals/llama.cpp/README.md index 8cffaf75..5801591a 100644 --- a/fundamentals/llama.cpp/README.md +++ b/fundamentals/llama.cpp/README.md @@ -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. @@ -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