Skip to content

Commit

Permalink
SpeechEncoderDecoder doesn't support param buffer assignments (#32009)
Browse files Browse the repository at this point in the history
One more model
  • Loading branch information
muellerzr committed Jul 16, 2024
1 parent 6f40a21 commit 4037a2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class SpeechEncoderDecoderModel(PreTrainedModel):
base_model_prefix = "speech_encoder_decoder"
main_input_name = "inputs"
supports_gradient_checkpointing = True
_supports_param_buffer_assignment = False

def __init__(
self,
Expand Down

0 comments on commit 4037a2b

Please sign in to comment.