Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jul 10, 2024
1 parent e528662 commit fd679d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronfluence/module/tracked_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(
self._constant: torch.Tensor = nn.Parameter(
torch.zeros(
1,
dtype=self.original_module.weight.dtype,
dtype=torch.bfloat16,
requires_grad=True,
)
)
Expand Down

0 comments on commit fd679d2

Please sign in to comment.