@@ -271,7 +271,6 @@ class GenerationConfig(PushToHubMixin):
...
@@ -271,7 +271,6 @@ class GenerationConfig(PushToHubMixin):
def__init__(self,**kwargs):
def__init__(self,**kwargs):
# Parameters that control the length of the output
# Parameters that control the length of the output
# if the default `max_length` is updated here, make sure to update the `generate` tests following https://github.com/huggingface/transformers/pull/25030