We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990c945 commit 1bd4cefCopy full SHA for 1bd4cef
nemo_run/run/ray/slurm.py
@@ -186,7 +186,7 @@ def get_gres_specification() -> str:
186
if self.executor.gres:
187
return f"--gres={self.executor.gres}"
188
elif self.executor.gpus_per_node:
189
- return f"gpu:{self.executor.gpus_per_node}"
+ return f"--gres=gpu:{self.executor.gpus_per_node}"
190
else:
191
return ""
192
0 commit comments