Skip to content

Commit

Permalink
Merge branch 'main' into layers-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Apr 4, 2024
2 parents 1aa7109 + c766cf9 commit 020d5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def run_event(self, event: Event, state: State, logger: Logger) -> None:

import mlflow
mlflow.environment_variables.MLFLOW_HUGGINGFACE_MODEL_MAX_SHARD_SIZE.set(
'5GB')
'1GB')
elif event == Event.FIT_END:
# Wait for all child processes spawned by the callback to finish.
timeout = 3600
Expand Down

0 comments on commit 020d5f7

Please sign in to comment.