Skip to content

Commit

Permalink
[move][logger] Move logger.py to sparseml.core (#1759)
Browse files Browse the repository at this point in the history
* Keep a logger file in sparseml.pytorch.utils

* Move tests

---------

Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
  • Loading branch information
rahul-tuli and bfineran committed Oct 19, 2023
1 parent 9c3ef78 commit a234bef
Show file tree
Hide file tree
Showing 4 changed files with 1,018 additions and 972 deletions.
1 change: 1 addition & 0 deletions src/sparseml/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from .framework import *
from .framework_object import *
from .lifecycle import *
from .logger import *
from .model import *
from .modifier import *
from .optimizer import *
Expand Down
Loading

0 comments on commit a234bef

Please sign in to comment.