examples : remove references to make in examples [no ci] (#15457)

This commit removes references to `make` in the examples, as the build
system has been updated to use CMake directly and using `make` will now
generate an error since Commit 37f10f955f
("make : remove make in favor of CMake (#15449)").
This commit is contained in:
Daniel Bevenius
2025-08-21 06:12:28 +02:00
committed by GitHub
parent 8ad038c0fd
commit 29f538ac63
4 changed files with 5 additions and 6 deletions

View File

@@ -11,5 +11,5 @@ See the following PRs for more info:
### Usage
```bash
make -j && ./llama-passkey -m ./models/llama-7b-v2/ggml-model-f16.gguf --junk 250
llama-passkey -m ./models/llama-7b-v2/ggml-model-f16.gguf --junk 250
```