Skip to content

Commit 78d88ae

Browse files
drisspgcrcrpar
authored andcommitted
Apply suggestions from code review
Co-authored-by: Masaki <mkozuki@nvidia.com>
1 parent 548fe9e commit 78d88ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/prototype/custom_fp_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# - Values outside the representable range of Floatx after rounding are clamped to the maximum Floatx
1414
# magnitude (sign is preserved).
1515

16-
from enum import Enum
16+
from enum import Enum, auto
1717

1818
import torch
1919
from torch import Tensor

0 commit comments

Comments
 (0)