There was an error while loading. Please reload this page.
1 parent 450b4dc commit 985fa18Copy full SHA for 985fa18
test/test_fp8.py
@@ -13,6 +13,8 @@
13
torch.float8_e4m3fn,
14
]
15
16
+torch.manual_seed(123456)
17
+
18
19
class Fp8Test(parameterized.TestCase):
20
0 commit comments