Skip to content

Commit a26cfe0

Browse files
Update modifier.py
1 parent 6e579f6 commit a26cfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modifiers/allocation/modifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def pbs_instructions(self, v):
488488
if v.n_gpus:
489489
gpus_per_rank = self.gpus_as_gpus_per_rank(v.n_gpus)
490490
node_spec.append(f"gpus={gpus_per_rank}")
491-
491+
492492
if node_spec:
493493
batch_opts.append(f"-l {':'.join(node_spec)}")
494494
else:

0 commit comments

Comments
 (0)