Skip to content

Commit

Permalink
Merge branch 'main' into more-registry-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jul 31, 2024
2 parents dbbe3c0 + f670108 commit dfa24c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llmfoundry/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ def make_dataclass_and_log_config(
transforms,
)

logged_cfg.update(unstructured_config, merge=True)

arg_config_keys = set(unstructured_config.keys())
extraneous_keys = set.difference(arg_config_keys, dataclass_fields)

Expand Down

0 comments on commit dfa24c1

Please sign in to comment.