Skip to content

Commit

Permalink
Bring back mps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaculum committed Jun 17, 2024
1 parent b35b831 commit 8f38dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


@pytest.mark.parametrize("name", ["ctc", "general_2d"])
@pytest.mark.parametrize("device", ["cpu", "cuda"])
@pytest.mark.parametrize("device", ["cpu", "cuda", "mps"])
def test_pretrained(name, device):
"""Each pretrained model should run on all (available) device."""
# TODO mps support
Expand Down

0 comments on commit 8f38dbd

Please sign in to comment.