Skip to content

Commit

Permalink
Merge pull request #66 from tanganke/tanganke-patch-1
Browse files Browse the repository at this point in the history
Update slerp.py
  • Loading branch information
tanganke authored Jan 13, 2025
2 parents 955f0d3 + 1cfd00f commit 74fe1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusion_bench/method/slerp/slerp.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SlerpMergeAlgorithm(BaseAlgorithm):
General purpose implementation of Slerp (Spherical Linear Interpolation) for PyTorch models.
"""

_config_mapping = BaseAlgorithm._config_mapping + {
_config_mapping = BaseAlgorithm._config_mapping | {
"t": "t",
"DOT_THRESHOLD": "DOT_THRESHOLD",
"epsilon": "epsilon",
Expand Down

0 comments on commit 74fe1c0

Please sign in to comment.