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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,5 @@
This is a swift clone of `examples/batched`.
$ `make`
$ `./llama-batched-swift MODEL_PATH [PROMPT] [PARALLEL]`
```bash
$ ./llama-batched-swift MODEL_PATH [PROMPT] [PARALLEL]
```