Skip to content

Commit

Permalink
try different output logging
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Oct 9, 2024
1 parent 7f68740 commit ef4d99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/olmo_core/train/callbacks/comet.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def pre_train(self):
api_key=os.environ[COMET_API_KEY_ENV_VAR],
project_name=self.project,
workspace=self.workspace,
auto_output_logging="native",
)

if self.name is not None:
Expand Down

0 comments on commit ef4d99f

Please sign in to comment.