From f40aa524598b4a75261570b4355a34188989cc5d Mon Sep 17 00:00:00 2001 From: Purfview <69023953+Purfview@users.noreply.github.com> Date: Sun, 26 Nov 2023 05:39:17 +0000 Subject: [PATCH] Update help for Faster-Whisper --- src/ui/Forms/AudioToText/WhisperAdvanced.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Forms/AudioToText/WhisperAdvanced.resx b/src/ui/Forms/AudioToText/WhisperAdvanced.resx index b960ab659..254903b2c 100644 --- a/src/ui/Forms/AudioToText/WhisperAdvanced.resx +++ b/src/ui/Forms/AudioToText/WhisperAdvanced.resx @@ -239,7 +239,7 @@ --device DEVICE, -d DEVICE - device to use (default: cpu) + Device to use. Default is 'cuda' if CUDA device is detected, else is 'cpu'. If CUDA GPU is a second device then set 'cuda:1'. --verbose VERBOSE, -v VERBOSE whether to print out debug messages (default: False) --task {transcribe,translate} @@ -319,4 +319,4 @@ wildcard or directory. (default: False) --PR163_off Disables PR163. For dev experiments. (default: False) - \ No newline at end of file +