Skip to content

Commit

Permalink
feat: adding model syncing helpers to ivy.stateful.utilites.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YushaArif99 committed Sep 18, 2024
1 parent f3ad98d commit 47ca552
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ivy/stateful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
from .optimizers import *
from . import sequential
from .sequential import *
from . import utilities
from .utilities import sync_models_torch
Loading

0 comments on commit 47ca552

Please sign in to comment.