File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ pip install pytorch-lightning
44
44
45
45
## Docs
46
46
- [ master] ( https://pytorch-lightning.readthedocs.io/en/latest )
47
+ - [ 0.7.2] ( https://pytorch-lightning.readthedocs.io/en/0.7.2/ )
47
48
- [ 0.7.1] ( https://pytorch-lightning.readthedocs.io/en/0.7.1/ )
48
49
- [ 0.6.0] ( https://pytorch-lightning.readthedocs.io/en/0.6.0/ )
49
50
- [ 0.5.3.2] ( https://pytorch-lightning.readthedocs.io/en/0.5.3.2/ )
Original file line number Diff line number Diff line change @@ -88,4 +88,9 @@ to run into the walltime, and it does the following:
88
88
2. Requeues the job.
89
89
3. When the job starts, it loads the temporary checkpoint.
90
90
91
- .. note :: To get this behavior you have to do nothing.
91
+ To get this behavior make sure to add the correct signal to your SLURM script
92
+
93
+ .. code-block ::
94
+
95
+ # 90 seconds before training ends
96
+ #SBATCH --signal=SIGUSR1@90
You can’t perform that action at this time.
0 commit comments