DecodingOptions #39
pop2pop3
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Thank you - very helpful. As an example I applied it directly to the transcribe method because I'm lazy:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since PyTorch CPU does not assist fp16, so I change DecodingOptions fp16 parameter to False, this will slow down the decoding process since CPU is reasoned through the use of fp16 combined precision calculation. At least this happened on arm64 CPU.
Beta Was this translation helpful? Give feedback.
All reactions