Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion precondition/tearfree/grafting.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Options:
skip_preconditioning_any_dim_gt: int = 4096
skip_preconditioning_rank1: bool = True
min_dim_size_to_factor: int = 128
multiply_by_parameter_scale: float = True
multiply_by_parameter_scale: bool = True
clipping_threshold: float = 1.0


Expand Down
Loading