Skip to content

Commit 39870b7

Browse files
committed
remove redundant unittest.skipIf
1 parent f3dbd79 commit 39870b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/float8/test_compile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,6 @@ def test_dynamic_scale_numeric_parity(
411411
torch.bfloat16,
412412
],
413413
)
414-
@unittest.skipIf(
415-
not TORCH_VERSION_AT_LEAST_2_5, "skipping when torch version is 2.5 or lower"
416-
)
417414
def test_quantize_dequantize_fp8_inductor(float8_dtype, hp_dtype):
418415
input = torch.randn(10, 10)
419416
with torch.no_grad():

0 commit comments

Comments
 (0)