Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Sep 6, 2024
1 parent f92d17c commit 3967eaa
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 246 deletions.
3 changes: 0 additions & 3 deletions src/transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3895,7 +3895,6 @@
"TFConvBertForQuestionAnswering",
"TFConvBertForSequenceClassification",
"TFConvBertForTokenClassification",
"TFConvBertLayer",
"TFConvBertModel",
"TFConvBertPreTrainedModel",
]
Expand Down Expand Up @@ -4226,7 +4225,6 @@
"TFRemBertForQuestionAnswering",
"TFRemBertForSequenceClassification",
"TFRemBertForTokenClassification",
"TFRemBertLayer",
"TFRemBertModel",
"TFRemBertPreTrainedModel",
]
Expand Down Expand Up @@ -4272,7 +4270,6 @@
"TFRoFormerForQuestionAnswering",
"TFRoFormerForSequenceClassification",
"TFRoFormerForTokenClassification",
"TFRoFormerLayer",
"TFRoFormerModel",
"TFRoFormerPreTrainedModel",
]
Expand Down
2 changes: 2 additions & 0 deletions src/transformers/models/align/processing_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
Image/Text processor class for ALIGN
"""

from typing import List, Union


try:
from typing import Unpack
Expand Down
1 change: 1 addition & 0 deletions src/transformers/models/speech_to_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@

else:
import sys

sys.modules[__name__] = _LazyModule(__name__, globals()["__file__"], _import_structure, module_spec=__spec__)
Loading

0 comments on commit 3967eaa

Please sign in to comment.