Unverified Commit 88e0813d authored by Sai-Suraj-27's avatar Sai-Suraj-27 Committed by GitHub
Browse files

fix: Fixed incorrect dictionary assignment in `src/transformers/__init__.py` (#31993)

Fixed incorrect dictionary assignment.
parent 036d3de2
...@@ -1286,7 +1286,7 @@ else: ...@@ -1286,7 +1286,7 @@ else:
"WhisperTimeStampLogitsProcessor", "WhisperTimeStampLogitsProcessor",
] ]
) )
_import_structure["modeling_flash_attention_utils"]: [] _import_structure["modeling_flash_attention_utils"] = []
_import_structure["modeling_outputs"] = [] _import_structure["modeling_outputs"] = []
_import_structure["modeling_utils"] = ["PreTrainedModel"] _import_structure["modeling_utils"] = ["PreTrainedModel"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment