We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c636472 commit 18ab306Copy full SHA for 18ab306
examples/context-engineering/README.md
@@ -20,6 +20,10 @@ This example uses the shared `CalculatorTool` from `examples/shared/` that perfo
20
21
## Building
22
23
+> [!IMPORTANT]
24
+> Check the [llama.cpp build documentation](https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md) to find
25
+> Cmake flags you might want to pass depending on your available hardware.
26
+
27
```bash
28
cd examples/context-engineering
29
0 commit comments