"docs/source/pt/tasks/sequence_classification.md" did not exist on "4f4e5ddbcbdcd9d6353fc27d0137ac887a7f2f25"
Unverified Commit 8d8970ef authored by NielsRogge's avatar NielsRogge Committed by GitHub
Browse files

[BEiT] Fix test (#27934)

Fix test
parent 235be085
......@@ -1349,8 +1349,8 @@ class BeitBackbone(BeitPreTrainedModel, BackboneMixin):
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:
"""
......
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