Skip to content

Commit

Permalink
Remove leftover debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Apr 25, 2024
1 parent 0dd7009 commit bb0a139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/integrations/integration_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ def setup(self, args, state, model, **kwargs):
"initial_model": True,
},
)
model: PreTrainedModel = model
model.save_pretrained(temp_dir)
# add the architecture to a separate text file
save_model_architecture_to_file(model, temp_dir)
Expand Down

0 comments on commit bb0a139

Please sign in to comment.