Skip to content

Commit

Permalink
enable test_transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Nov 27, 2023
1 parent 4cc9c60 commit 3b150c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/frontend/pytorch/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -4776,7 +4776,6 @@ def test_fn(x, mask):
verify_model(test_fn, [inp.to(torch.float64), inp > 0.5])


@pytest.mark.skip(reason="unsupported op: 'aten::scaled_dot_product_attention'")
def test_transformer():
"""test_transformer"""
model = torch.nn.Transformer(d_model=256, nhead=8, num_encoder_layers=6, num_decoder_layers=6)
Expand Down

0 comments on commit 3b150c7

Please sign in to comment.