Skip to content

Commit 19b8e9c

Browse files
committed
update
1 parent 94dc34c commit 19b8e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lightning/fabric/utilities/throughput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(
108108
if using_sparse_model is None and available_flops is not None:
109109
rank_zero_warn(
110110
"MFU assumes dense model FLOPs (no sparsity acceleration)."
111-
" Set 'using_sparse_model=True' for mfu to use sparse flops."
111+
" Set 'using_sparse_model=True' for MFU to use sparse FLOPs."
112112
)
113113
if using_sparse_model and available_flops is not None:
114114
available_flops = available_flops * sparse_cuda_acceleration_factor

0 commit comments

Comments
 (0)