Skip to content

Commit

Permalink
make fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketknight1 committed Dec 15, 2023
1 parent 083d4e6 commit 6b696f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/modeling_tf_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,6 @@ def __init__(self, config, *inputs, **kwargs):
self.generation_config = GenerationConfig.from_model_config(config) if self.can_generate() else None
self._set_save_spec(self.input_signature)


def get_config(self):
return self.config.to_dict()

Expand Down

0 comments on commit 6b696f6

Please sign in to comment.