Skip to content

Commit 18ab306

Browse files
committed
docs: Add llama.cpp flags note
1 parent c636472 commit 18ab306

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/context-engineering/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ This example uses the shared `CalculatorTool` from `examples/shared/` that perfo
2020

2121
## Building
2222

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+
2327
```bash
2428
cd examples/context-engineering
2529

0 commit comments

Comments
 (0)