From 954e2dee7329bb4a7e6376c50d4bb8fdd14cb9c3 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Thu, 4 Sep 2025 11:57:28 -0700 Subject: [PATCH] Remove `cmdStart` from README [skip ci] cmdStart was in the README but it doesn't exist. Fixed the typo. Oops. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f37261b..77afe24 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Written in golang, it is very easy to install (single binary with no dependencie - ✅ Run multiple models at once with `Groups` ([#107](https://github.com/mostlygeek/llama-swap/issues/107)) - ✅ Automatic unloading of models after timeout by setting a `ttl` - ✅ Use any local OpenAI compatible server (llama.cpp, vllm, tabbyAPI, etc) -- ✅ Reliable Docker and Podman support with `cmdStart` and `cmdStop` +- ✅ Reliable Docker and Podman support using `cmd` and `cmdStop` together - ✅ Full control over server settings per model - ✅ Preload models on startup with `hooks` ([#235](https://github.com/mostlygeek/llama-swap/pull/235))