mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
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)").
5 lines
113 B
Markdown
5 lines
113 B
Markdown
This is a swift clone of `examples/batched`.
|
|
|
|
```bash
|
|
$ ./llama-batched-swift MODEL_PATH [PROMPT] [PARALLEL]
|
|
```
|