From 9068136659b30fe4de480b7dcbf3d83f88e02d9a Mon Sep 17 00:00:00 2001 From: Clint Herron Date: Wed, 3 Jul 2024 14:35:39 -0400 Subject: [PATCH] Wordsmithing readme. --- examples/deprecation-warning/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deprecation-warning/README.md b/examples/deprecation-warning/README.md index 385b19466..1e20feb4a 100644 --- a/examples/deprecation-warning/README.md +++ b/examples/deprecation-warning/README.md @@ -3,7 +3,7 @@ > [!IMPORTANT] [2024 Jun 12] Binaries have been renamed w/ a `llama-` prefix. `main` is now `llama-cli`, `server` is `llama-server`, etc (https://github.com/ggerganov/llama.cpp/pull/7809) -This migration is long-overdue, but it is a breaking change that may not always be immediately obvious. +This migration was important, but it is a breaking change that may not always be immediately obvious to users. Please update all scripts and workflows to use the new binary names.