diff --git a/test/float8/test_base.py b/test/float8/test_base.py index cb6457dcee..3e1b7c55e3 100644 --- a/test/float8/test_base.py +++ b/test/float8/test_base.py @@ -719,6 +719,7 @@ def test_fp8_tensor_statistics(self): self.assertEqual((zero_cnt, max_cnt), (tensor_len, tensor_len)) # ghstack test 1 +# ghstack test 2 if __name__ == "__main__": pytest.main([__file__])