mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Merge 19c785e1a435ca8c07c0511a13d5b6d1b4abb3b7 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2
This commit is contained in:
commit
f867eadeb1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user