Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Aug 13, 2024
1 parent 7a6f680 commit 0e347f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vit.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_ill_arg(
)

@parameterized.expand(TEST_CASE_Vit[:1])
@SkipIfBeforePyTorchVersion((1, 9))
@SkipIfBeforePyTorchVersion((2, 0))
def test_script(self, input_param, input_shape, _):
net = ViT(**(input_param))
net.eval()
Expand Down

0 comments on commit 0e347f9

Please sign in to comment.