Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out Of Memory #1769

Open
owaisCS opened this issue Aug 18, 2024 · 0 comments
Open

Out Of Memory #1769

owaisCS opened this issue Aug 18, 2024 · 0 comments

Comments

@owaisCS
Copy link

owaisCS commented Aug 18, 2024

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

executor.update_parameters(**params, slurm_additional_parameters={"mem_per_gpu": 12})
I am getting the following error:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant