Skip to content

Commit

Permalink
test(compile): subclass fix did not make it to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dacorvo committed Oct 24, 2024
1 parent 30110b3 commit f31a083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tensor/activations/test_activations_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def compile_for_device(f, device):
return torch.compile(f, backend=backend)


@torch_min_version("2.5.0")
@torch_min_version("2.6.0")
@pytest.mark.parametrize("input_shape", [(2, 10), (10, 32, 32)])
@pytest.mark.parametrize("qtype", [qint8], ids=["qint8"])
@pytest.mark.parametrize("dtype", [torch.float32, torch.float16, torch.bfloat16], ids=["fp32", "fp16", "bf16"])
Expand Down

0 comments on commit f31a083

Please sign in to comment.