Skip to content

Commit

Permalink
⚠️ [VitDet] Fix test (#27832)
Browse files Browse the repository at this point in the history
Address test
  • Loading branch information
NielsRogge authored Dec 5, 2023
1 parent b242d0f commit 28e2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/vitdet/modeling_vitdet.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ def get_input_embeddings(self) -> VitDetEmbeddings:
def forward(
self,
pixel_values: torch.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 28e2887

Please sign in to comment.