Skip to content

Commit

Permalink
Update slerpmodelmerger.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Dec 27, 2023
1 parent f3f3de9 commit e54e15d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/zeta/nn/modules/slerpmodelmerger.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ The following code shows how to use the SLERPModelMerger class to merge two PyTo

```python
import torch.nn as nn
from zeta.nn import SLERPModelMerger

model1 = nn.Linear(10, 10)
model2 = nn.Linear(10, 10)

Expand Down

0 comments on commit e54e15d

Please sign in to comment.