What's the proper way to use auto-submit with SLURM? #12286
Unanswered
ShihengDuan
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 2 replies
-
I have checked the file for SLURM_environment and the parameter Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm using PyTorch Lightning with SLURM on a server. The slurm submission script is the following:
And the trainer is simply the following:
But it fails to resubmit when the script ends due to the time limit. Any help will be appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions