Skip to content

Commit

Permalink
Add m7g.2xlarge workers for linux-aarch64 gpu builds (#5210)
Browse files Browse the repository at this point in the history
Trying to explore options to help land:
pytorch/pytorch#126174

Current [manywheel-py3_9-cuda-aarch64-build /
build](https://github.com/pytorch/pytorch/actions/runs/9112985273/job/25053413689?pr=126174#logs)
Takes around 6hrs (building only sm90 arch). Hence trying to bring
slightly bigger worker, see if we can bring build time to manageable
time 3-3.5hrs.
  • Loading branch information
atalman committed May 16, 2024
1 parent 2892a22 commit b45a4b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ runner_types:
is_ephemeral: false
max_available: 200
os: linux
linux.arm64.m7g.2xlarge:
disk_size: 256
instance_type: m7g.2xlarge
is_ephemeral: false
max_available: 20
os: linux
windows.4xlarge:
disk_size: 256
instance_type: c5d.4xlarge
Expand Down

0 comments on commit b45a4b9

Please sign in to comment.