Add cookbook link to README
Browse files
README.md
CHANGED
@@ -43,6 +43,7 @@ Rather than re-uploading or replicating the entire training details, please refe
|
|
43 |
- Compliant with LlamaCpp Python wrapper (`llama_cpp`) and C++ CLI (`llama.cpp`) inference engines
|
44 |
|
45 |
## How to Use
|
|
|
46 |
|
47 |
### Install llama.cpp on Mac
|
48 |
|
|
|
43 |
- Compliant with LlamaCpp Python wrapper (`llama_cpp`) and C++ CLI (`llama.cpp`) inference engines
|
44 |
|
45 |
## How to Use
|
46 |
+
[The cookbook](https://github.com/cisco-foundation-ai/cookbook) provides example use cases, code samples for adoption, and references.
|
47 |
|
48 |
### Install llama.cpp on Mac
|
49 |
|