Skip to content

Commit 985fa18

Browse files
authored
Fix fp8 test (#8909)
1 parent 450b4dc commit 985fa18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_fp8.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
torch.float8_e4m3fn,
1414
]
1515

16+
torch.manual_seed(123456)
17+
1618

1719
class Fp8Test(parameterized.TestCase):
1820

0 commit comments

Comments
 (0)