koboldcpp/examples/batched.swift
Daniel Bevenius 29f538ac63
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)").
2025-08-21 06:12:28 +02:00
..
Sources llama : deprecate llama_kv_self_ API (#14030) 2025-06-06 14:11:15 +03:00
.gitignore examples : add batched.swift + improve CI for swift (#3562) 2023-10-11 06:14:05 -05:00
Makefile build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
Package.swift build: rename main → llama-cli, server → llama-server, llava-cli → llama-llava-cli, etc... (#7809) 2024-06-13 00:41:52 +01:00
README.md examples : remove references to make in examples [no ci] (#15457) 2025-08-21 06:12:28 +02:00

This is a swift clone of examples/batched.

$ ./llama-batched-swift MODEL_PATH [PROMPT] [PARALLEL]