Skip to content

Commit 2895626

Browse files
committed
ruff
1 parent f3a8e8d commit 2895626

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/dtypes/test_affine_quantized_float.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,10 @@ def test_fp8_weight_dimension_warning(self):
288288
)
289289

290290

291-
@unittest.skip("Only running locally so we don't need to add installation of fa3 "
292-
"hopper kernels to CI, we'll probably copy paste kernel in the future")
291+
@unittest.skip(
292+
"Only running locally so we don't need to add installation of fa3 "
293+
"hopper kernels to CI, we'll probably copy paste kernel in the future"
294+
)
293295
class TestAffineQuantizedFloat8Attention(common_utils.TestCase):
294296
@unittest.skipIf(not torch.cuda.is_available(), "Need CUDA available")
295297
def test_float8_attention(self):

0 commit comments

Comments
 (0)