Merge 19c785e1a435ca8c07c0511a13d5b6d1b4abb3b7 into 517a43ecd132a2089d85f4ebc044728a71d49f6e

This commit is contained in:
Francesco Yoshi Gobbo 2025-01-20 14:51:05 +00:00 committed by GitHub
commit 862fe7f902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,10 @@ Adding `--task translate` will translate the speech into English:
whisper japanese.wav --language Japanese --task translate
Adding `--device cuda:<n>` 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