Merge 19c785e1a435ca8c07c0511a13d5b6d1b4abb3b7 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2

This commit is contained in:
Francesco Yoshi Gobbo 2025-06-26 15:58:16 +02:00 committed by GitHub
commit f867eadeb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,10 @@ whisper japanese.wav --model medium --language Japanese --task translate
> **Note:** The `turbo` model will return the original language even if `--task translate` is specified. Use `medium` or `large` for the best translation results.
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:
```bash