Skip to content

Commit

Permalink
wandb/tensorboard loggers set default init to False
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dellabetta <[email protected]>
  • Loading branch information
brian-dellabetta committed Mar 7, 2025
1 parent 2a59554 commit 9130a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/llmcompressor/metrics/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@ def __init__(
or SparsificationGroupLogger(
python=log_python,
name=name,
tensorboard=True,
wandb_=True,
tensorboard=False,
wandb_=False,
).loggers
)

Expand Down

0 comments on commit 9130a36

Please sign in to comment.