KubeflowEnvironment¶
- class pytorch_lightning.plugins.environments.KubeflowEnvironment[source]¶
Bases:
lightning_fabric.plugins.environments.cluster_environment.ClusterEnvironment
Environment for distributed training using the PyTorchJob operator from Kubeflow
- static detect()[source]¶
Returns
True
if the current process was launched using Kubeflow PyTorchJob.- Return type:
- global_rank()[source]¶
The rank (index) of the currently running process across all nodes and devices.
- Return type:
- local_rank()[source]¶
The rank (index) of the currently running process inside of the current node.
- Return type: