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