Skip to content

Commit

Permalink
Add config for sharded kyiv
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 committed Oct 3, 2023
1 parent 461c858 commit 077a1cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions external_confs/hydra/launcher/slurm/kyiv_shard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# usage: hydra/launcher=slurm/kyiv_shard

defaults:
- submitit_slurm

partition: kyiv
cpus_per_task: 12 # on kyiv, we have 24 CPUs per GPU
timeout_min: 99999 # 99999 minutes = a few months

additional_parameters:
gres: "shard:5" # 5 shards à 8GB

0 comments on commit 077a1cf

Please sign in to comment.