From 3de2990ec4d83eaae345e130739117b7987eb2c3 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa Date: Wed, 9 Apr 2025 10:08:48 +0200 Subject: [PATCH] Update README to clarify Docker usage for non-GPU systems --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25b6ca9..a33a636 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ docker create --gpus all --name whisperlivekit -p 8000:8000 whisperlivekit-defau docker start -i whisperlivekit ``` +> **Note**: If you're running on a system without NVIDIA GPU support (such as Mac with Apple Silicon or any system without CUDA capabilities), you need to **remove the `--gpus all` flag** from the `docker create` command. Without GPU acceleration, transcription will use CPU only, which may be significantly slower. Consider using small models for better performance on CPU-only systems. + #### Customization - Customise the container options. ```bash