Skip to content

Commit 44d0ba6

Browse files
authored
Add g6.4xlarge runner type (#5376)
Which enables one to test float8 dtypes supported by https://www.nvidia.com/en-us/data-center/l4/ GPUs , see https://aws.amazon.com/ec2/instance-types/g6/
1 parent e0824d8 commit 44d0ba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/scale-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ runner_types:
117117
is_ephemeral: false
118118
max_available: 1200
119119
os: linux
120+
linux.g6.4xlarge.nvidia.gpu:
121+
disk_size: 150
122+
instance_type: g6.4xlarge
123+
is_ephemeral: false
124+
max_available: 30
125+
os: linux
120126
linux.large:
121127
max_available: 1200
122128
disk_size: 15

0 commit comments

Comments
 (0)