Skip to content

Commit

Permalink
fix: Fixed incorrect dictionary assignment in `src/transformers/__ini…
Browse files Browse the repository at this point in the history
…t__.py` (#31993)

Fixed incorrect dictionary assignment.
  • Loading branch information
Sai-Suraj-27 authored Jul 16, 2024
1 parent 036d3de commit 88e0813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
"WhisperTimeStampLogitsProcessor",
]
)
_import_structure["modeling_flash_attention_utils"]: []
_import_structure["modeling_flash_attention_utils"] = []
_import_structure["modeling_outputs"] = []
_import_structure["modeling_utils"] = ["PreTrainedModel"]

Expand Down

0 comments on commit 88e0813

Please sign in to comment.