Skip to content

Commit

Permalink
[BEiT] Fix test (huggingface#27934)
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
NielsRogge authored and iantbutler01 committed Dec 16, 2023
1 parent d303cf0 commit 93470ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/beit/modeling_beit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,8 @@ def get_input_embeddings(self):
def forward(
self,
pixel_values: Tensor,
output_attentions: Optional[bool] = None,
output_hidden_states: Optional[bool] = None,
output_attentions: Optional[bool] = None,
return_dict: Optional[bool] = None,
) -> BackboneOutput:
"""
Expand Down

0 comments on commit 93470ee

Please sign in to comment.