higher ram size

This commit is contained in:
YannAhlgrim
2026-07-06 11:00:32 +02:00
parent e2b38eabbd
commit e2e558f168
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ def launch():
max_num_timeout=20)
executor.update_parameters(
partition=args.partition,
mem_per_gpu='55G',
mem_per_gpu='256G',
time=args.time,
nodes=args.nodes,
ntasks_per_node=args.tasks_per_node,