Skip to content

Commit

Permalink
test: skip test failing with pytorch 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Jan 31, 2024
1 parent 1e8d681 commit 0232a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tensor/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def compile_for_device(f, device):
return torch.compile(f, backend=backend)


@pytest.mark.skip("Fails with missing numpy requirement.")
@torch_min_version("2.2.0")
@pytest.mark.parametrize("input_shape", [(2, 10), (10, 32, 32)])
@pytest.mark.parametrize("itype", [torch.int8], ids=["int8"])
Expand Down

0 comments on commit 0232a98

Please sign in to comment.