From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/examples/batched.swift/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llama.cpp/examples/batched.swift/README.md (limited to 'llama.cpp/examples/batched.swift/README.md') diff --git a/llama.cpp/examples/batched.swift/README.md b/llama.cpp/examples/batched.swift/README.md new file mode 100644 index 0000000..f089015 --- /dev/null +++ b/llama.cpp/examples/batched.swift/README.md @@ -0,0 +1,5 @@ +This is a swift clone of `examples/batched`. + +```bash +$ ./llama-batched-swift MODEL_PATH [PROMPT] [PARALLEL] +``` -- cgit v1.2.3