From 027ec57aeef86051a5591ac46552111e6d718f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hnyk?= Date: Thu, 9 Oct 2025 09:34:54 +0200 Subject: [PATCH] doc: update cpu only example (#1164) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62426b..fae1e07 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ To label the transcript with speaker ID's (set number of speakers if known e.g. To run on CPU instead of GPU (and for running on Mac OS X): - whisperx path/to/audio.wav --compute_type int8 + whisperx path/to/audio.wav --compute_type int8 --device cpu ### Other languages