From 567e568c47e5dc2dc39b1b09b1abfbb5b410bd17 Mon Sep 17 00:00:00 2001 From: Holden Date: Fri, 12 Jun 2026 17:00:11 +0000 Subject: [PATCH] docs: correct CPU embedding speed estimate Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ee3b6..aa5166e 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ uv sync uv run winnow ``` -Requires Python 3.13+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly recommended — CPU mode works but embedding computation is significantly slower. +Requires Python 3.13+ and [uv](https://astral.sh/uv/). An NVIDIA GPU is strongly recommended — CPU mode works but embedding computation is slower (typically tens of seconds per person vs under a second on GPU). ---