Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
88e0813d
Unverified
Commit
88e0813d
authored
Jul 16, 2024
by
Sai-Suraj-27
Committed by
GitHub
Jul 16, 2024
Browse files
fix: Fixed incorrect dictionary assignment in `src/transformers/__init__.py` (#31993)
Fixed incorrect dictionary assignment.
parent
036d3de2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/__init__.py
src/transformers/__init__.py
+1
-1
No files found.
src/transformers/__init__.py
View file @
88e0813d
...
...
@@ -1286,7 +1286,7 @@ else:
"WhisperTimeStampLogitsProcessor"
,
]
)
_import_structure
[
"modeling_flash_attention_utils"
]
:
[]
_import_structure
[
"modeling_flash_attention_utils"
]
=
[]
_import_structure
[
"modeling_outputs"
]
=
[]
_import_structure
[
"modeling_utils"
]
=
[
"PreTrainedModel"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment