docs: correct CPU embedding speed estimate (tens of seconds, not minutes)
+1
-1
@@ -61,7 +61,7 @@ winnow downloads InsightFace and HuggingFace (SigLIP) models on first run.
|
||||
|
||||
Use the `:cpu` image tag (`ghcr.io/sudolulo/winnow:cpu`) which omits the CUDA base entirely. Or set `FORCE_CPU=true` with `:latest` to disable GPU at runtime.
|
||||
|
||||
Everything works on CPU but embedding computation is slower — expect several minutes per person instead of seconds.
|
||||
Everything works on CPU but embedding computation is slower — typically tens of seconds per person instead of under a second on GPU.
|
||||
|
||||
If you have a GPU but it's not being used:
|
||||
- Confirm the NVIDIA container toolkit is installed: `docker run --rm --gpus all nvidia/cuda:13.3.0-base-ubuntu22.04 nvidia-smi`
|
||||
|
||||
Reference in New Issue
Block a user