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