diff --git a/README.md b/README.md index 696869c1e..9834a4f67 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ Adding `--task translate` will translate the speech into English: whisper japanese.wav --language Japanese --task translate +Adding `--device cuda:` will use the selected cuda GPU number + + whisper japanese.wav --language Japanese --task translate --device cuda:1 + Run the following to view all available options: whisper --help