Skip to content

Commit

Permalink
Add g4dn.4xlarge runners for testing Cuda 12.8 builds (#6295)
Browse files Browse the repository at this point in the history
See:
pytorch/pytorch#145544 (comment)
We need bigger runner to test these architectures
  • Loading branch information
atalman authored Feb 14, 2025
1 parent 2594658 commit a9c6b84
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ runner_types:
instance_type: g3.8xlarge
is_ephemeral: false
os: linux
c.linux.g4dn.4xlarge.nvidia.gpu:
disk_size: 150
instance_type: g4dn.4xlarge
is_ephemeral: false
os: linux
c.linux.g4dn.12xlarge.nvidia.gpu:
disk_size: 150
instance_type: g4dn.12xlarge
Expand Down
5 changes: 5 additions & 0 deletions .github/lf-canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ runner_types:
instance_type: g3.8xlarge
is_ephemeral: false
os: linux
lf.c.linux.g4dn.4xlarge.nvidia.gpu:
disk_size: 150
instance_type: g4dn.4xlarge
is_ephemeral: false
os: linux
lf.c.linux.g4dn.12xlarge.nvidia.gpu:
disk_size: 150
instance_type: g4dn.12xlarge
Expand Down
5 changes: 5 additions & 0 deletions .github/lf-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ runner_types:
instance_type: g3.4xlarge
is_ephemeral: false
os: linux
lf.linux.g4dn.4xlarge.nvidia.gpu:
disk_size: 150
instance_type: g4dn.4xlarge
is_ephemeral: false
os: linux
lf.linux.8xlarge.nvidia.gpu:
disk_size: 150
instance_type: g3.8xlarge
Expand Down
5 changes: 5 additions & 0 deletions .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ runner_types:
instance_type: g4dn.12xlarge
is_ephemeral: false
os: linux
linux.g4dn.4xlarge.nvidia.gpu:
disk_size: 150
instance_type: g4dn.4xlarge
is_ephemeral: false
os: linux
linux.g4dn.metal.nvidia.gpu:
disk_size: 150
instance_type: g4dn.metal
Expand Down

0 comments on commit a9c6b84

Please sign in to comment.