Skip to content

Commit 2afa91a

Browse files
committed
format
1 parent 4d1c63d commit 2afa91a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cast/test_example_cast.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55

66
def test_example_group_per_split_token_cast_to_fp8():
7-
example_group_per_split_token_cast_to_fp8.main(M=1024, N=1024, BG=2, blk_m=4, batch_sizes=[128, 896])
7+
example_group_per_split_token_cast_to_fp8.main(
8+
M=1024, N=1024, BG=2, blk_m=4, batch_sizes=[128, 896])
89

910

1011
def test_example_per_token_cast_to_fp8():

0 commit comments

Comments
 (0)