Skip to content

Commit 2c2d765

Browse files
committed
minor
1 parent fd679d2 commit 2c2d765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kronfluence/module/tracked_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(
9797
self._constant: torch.Tensor = nn.Parameter(
9898
torch.zeros(
9999
1,
100-
dtype=torch.bfloat16,
100+
dtype=torch.float16,
101101
requires_grad=True,
102102
)
103103
)

0 commit comments

Comments
 (0)