Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 8cf5aa9

Browse files
dbogunowiczbogunowicz@arrival.com
andcommitted
Set the verbosity of metadata logs from INFO to DEBUG
Co-authored-by: bogunowicz@arrival.com <bogunowicz@arrival.com>
1 parent bd0fe88 commit 8cf5aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparseml/optim/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def qat_active(self, epoch: float) -> bool:
568568

569569
def _info_log_metadata(self):
570570
metadata_str = json.dumps(self._metadata, indent=1)
571-
_LOGGER.info(f"Created recipe manager with metadata: {metadata_str}")
571+
_LOGGER.debug(f"Created recipe manager with metadata: {metadata_str}")
572572

573573

574574
def _sort_modifiers_list(modifiers: List[BaseModifier]) -> List[BaseModifier]:

0 commit comments

Comments
 (0)