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
Requested GRES option unsupported by configured SelectType plugin
I need to add the param slurm_additional_parameters={"mem_per_gpu": 55} parameter because when trying to run my file without this param I am getting the error as:
srun: error: Out Of Memory
The text was updated successfully, but these errors were encountered:
When I am trying to run the following file: (https://github.com/facebookincubator/submitit/blob/main/docs/examples/torch_distributed.py) its working fine but when I try to add slurm_additional_parameters={"mem_per_gpu": 55} parameter as specified in
submitit/submitit/slurm/test_slurm.py
Line 492 in 990d716
Requested GRES option unsupported by configured SelectType plugin
I need to add the param slurm_additional_parameters={"mem_per_gpu": 55} parameter because when trying to run my file without this param I am getting the error as:
srun: error: Out Of Memory
The text was updated successfully, but these errors were encountered: