We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dc34c commit 19b8e9cCopy full SHA for 19b8e9c
1 file changed
src/lightning/fabric/utilities/throughput.py
@@ -108,7 +108,7 @@ def __init__(
108
if using_sparse_model is None and available_flops is not None:
109
rank_zero_warn(
110
"MFU assumes dense model FLOPs (no sparsity acceleration)."
111
- " Set 'using_sparse_model=True' for mfu to use sparse flops."
+ " Set 'using_sparse_model=True' for MFU to use sparse FLOPs."
112
)
113
if using_sparse_model and available_flops is not None:
114
available_flops = available_flops * sparse_cuda_acceleration_factor
0 commit comments