You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run python3 main.py, I get an error on the line config.node_rank = int(os.environ['SLURM_PROCID']) stating KeyError: 'SLURM_PROCID'. Is there any solution to this? Thank you very much!
The text was updated successfully, but these errors were encountered:
When I run python3 main.py, I get an error on the line config.node_rank = int(os.environ['SLURM_PROCID']) stating KeyError: 'SLURM_PROCID'. Is there any solution to this? Thank you very much!
The text was updated successfully, but these errors were encountered: