We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56827f0 commit 8f0020cCopy full SHA for 8f0020c
pytorch_lightning/plugins/environments/cluster_environment.py
@@ -43,5 +43,5 @@ def node_rank(self) -> int:
43
""" The rank (index) of the node on which the current process runs. """
44
45
def teardown(self) -> None:
46
- """ Clean up any environment variables after execution finishes. """
+ """ Clean up any state set after execution finishes. """
47
pass
0 commit comments