Skip to content

Commit

Permalink
add log outside of process
Browse files Browse the repository at this point in the history
  • Loading branch information
nancyhung committed Oct 23, 2024
1 parent 99589c7 commit 04ddfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ def tensor_hook(

# Spawn a new process to register the model.
# Slower method to register the model via log_model.
log.info('USING MY BRANCH!!!!!!!!!!!!!!')
process = SpawnProcess(
target=_log_model_multiprocess,
kwargs={
Expand Down

0 comments on commit 04ddfaa

Please sign in to comment.