Skip to content

Commit

Permalink
increase number of gpus back to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Sep 24, 2023
1 parent 3c0b77d commit 603bcb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/mace/train_mace.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
slurm_flags="""
-q preempt
-C gpu
-G 4
-N 1
--ntasks=4
-G 40
-N 10
--ntasks=40
--ntasks-per-node=4
--cpus-per-task=8
--time=02:00:00
Expand All @@ -64,7 +64,7 @@
--requeue
--exclusive
--open-mode=append""",
pre_cmd=". ~/.venv/py311/bin/activate;",
pre_cmd=". ~/.venv/py311/bin/activate",
)


Expand Down

0 comments on commit 603bcb4

Please sign in to comment.