Skip to content

Commit

Permalink
Correct SLURM wrong import (#10842)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbortolon97 authored Dec 1, 2021
1 parent 1a26af1 commit f7c15f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/clouds/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ If auto-resubmit is not desired, it can be turned off in the :class:`~pytorch_li

.. code-block:: python
from pytorch_lightning.plugins import SLURMEnvironment
from pytorch_lightning.plugins.environments import SLURMEnvironment
trainer = Trainer(plugins=[SLURMEnvironment(auto_requeue=False)])
Expand Down

0 comments on commit f7c15f2

Please sign in to comment.