Skip to content

Commit

Permalink
Update pytorch_lightning/trainer/connectors/accelerator_connector.py
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
  • Loading branch information
four4fish and awaelchli authored Mar 4, 2022
1 parent 48d1550 commit 973f7b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def _check_config_and_set_final_flags(
else:
raise MisconfigurationException(
f"Found invalid type for plugin {plugin}. Expected PrecisionPlugin, "
"CheckpointIO plugin, ClusterEnviroment plugin or a training strategy."
"CheckpointIO plugin, ClusterEnviroment plugin or a Strategy."
)

duplicated_plugin_key = [k for k, v in Counter(plugins_flags_types_list).items() if v > 1]
Expand Down

0 comments on commit 973f7b7

Please sign in to comment.