transformers icon indicating copy to clipboard operation
transformers copied to clipboard

[🛠️] Fix-whisper-breaking-changes

Open ArthurZucker opened this issue 1 year ago • 2 comments

What does this PR do?

Should fix the backward compatibility issue with model.config.forced_decoder_ids = ... and should help users who want to generate with timestamps.

Fixes #21937 and #21878

ArthurZucker avatar Mar 06 '23 10:03 ArthurZucker

The documentation is not available anymore as the PR was closed or merged.

Test are failing because we do not check the model.config updating and will look good!

ArthurZucker avatar Mar 08 '23 15:03 ArthurZucker

The same should now be applied to both the TF and the Flax version as the overwriting of the generate function is also supported. Will open a follow up PR for these

ArthurZucker avatar Mar 13 '23 08:03 ArthurZucker

For TF and flax #21334

ArthurZucker avatar Mar 14 '23 09:03 ArthurZucker