chore: fix typos in utils module (#36668)
* chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module * chore: fix typos in utils module
This commit is contained in:
@@ -344,7 +344,7 @@ def deprecate_models(models):
|
||||
print("Removing #Copied from statements from model's files")
|
||||
remove_copied_from_statements(model)
|
||||
|
||||
# Move the model file to deprecated: src/transfomers/models/model -> src/transformers/models/deprecated/model
|
||||
# Move the model file to deprecated: src/transformers/models/model -> src/transformers/models/deprecated/model
|
||||
print("Moving model files to deprecated for model")
|
||||
move_model_files_to_deprecated(model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user