"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "1e3cc6b2bdb0d3700e03d5f187b0bc0d07cb1b85"
Fix whisper and speech to text doc (#20595)
* Fix whisper and speech to text doc # What does this PR do? Previously the documentation was badly indented for both models and indicated that > If `decoder_input_ids` and `decoder_inputs_embeds` are both unset, `decoder_inputs_embeds` takes the value of `inputs_embeds`.` Which is on valid for the forward pass of the `ForConditionnalGeneration` not for the model alone. * other fixes
Showing
Please register or sign in to comment