Skip to content

Commit

Permalink
Update tests/models/vitpose/test_modeling_vitpose.py
Browse files Browse the repository at this point in the history
Co-authored-by: amyeroberts <[email protected]>
  • Loading branch information
SangbumChoi and amyeroberts authored Sep 3, 2024
1 parent 7d82ba6 commit 26ee67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/vitpose/test_modeling_vitpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_model_common_attributes(self):
def test_inputs_embeds(self):
pass

@unittest.skip(reason="ViTPoseBackbone does not support input and output embeddings")
@unittest.skip(reason="ViTPose does not support input and output embeddings")
def test_model_get_set_embeddings(self):
pass

Expand Down

0 comments on commit 26ee67f

Please sign in to comment.