53
53
name : Setup
54
54
strategy :
55
55
matrix :
56
- machine_type : [aws-g4dn -4xlarge-cache, aws-g4dn -12xlarge-cache]
56
+ machine_type : [aws-g5 -4xlarge-cache, aws-g5 -12xlarge-cache]
57
57
runs-on :
58
58
group : ' ${{ matrix.machine_type }}'
59
59
container :
@@ -111,7 +111,7 @@ jobs:
111
111
strategy :
112
112
fail-fast : false
113
113
matrix :
114
- machine_type : [aws-g4dn -4xlarge-cache, aws-g4dn -12xlarge-cache]
114
+ machine_type : [aws-g5 -4xlarge-cache, aws-g5 -12xlarge-cache]
115
115
slice_id : ${{ fromJSON(needs.setup.outputs.slice_ids) }}
116
116
uses : ./.github/workflows/model_jobs.yml
117
117
with :
@@ -129,7 +129,7 @@ jobs:
129
129
strategy :
130
130
fail-fast : false
131
131
matrix :
132
- machine_type : [aws-g4dn -4xlarge-cache, aws-g4dn -12xlarge-cache]
132
+ machine_type : [aws-g5 -4xlarge-cache, aws-g5 -12xlarge-cache]
133
133
slice_id : [0, 1]
134
134
uses : ./.github/workflows/model_jobs.yml
135
135
with :
@@ -147,7 +147,7 @@ jobs:
147
147
strategy :
148
148
fail-fast : false
149
149
matrix :
150
- machine_type : [aws-g4dn -4xlarge-cache, aws-g4dn -12xlarge-cache]
150
+ machine_type : [aws-g5 -4xlarge-cache, aws-g5 -12xlarge-cache]
151
151
runs-on :
152
152
group : ' ${{ matrix.machine_type }}'
153
153
container :
@@ -181,9 +181,9 @@ jobs:
181
181
run : |
182
182
echo "${{ matrix.machine_type }}"
183
183
184
- if [ "${{ matrix.machine_type }}" = "aws-g4dn -4xlarge-cache" ]; then
184
+ if [ "${{ matrix.machine_type }}" = "aws-g5 -4xlarge-cache" ]; then
185
185
machine_type=single-gpu
186
- elif [ "${{ matrix.machine_type }}" = "aws-g4dn -12xlarge-cache" ]; then
186
+ elif [ "${{ matrix.machine_type }}" = "aws-g5 -12xlarge-cache" ]; then
187
187
machine_type=multi-gpu
188
188
else
189
189
machine_type=${{ matrix.machine_type }}
@@ -215,7 +215,7 @@ jobs:
215
215
strategy :
216
216
fail-fast : false
217
217
matrix :
218
- machine_type : [aws-g4dn -4xlarge-cache]
218
+ machine_type : [aws-g5 -4xlarge-cache]
219
219
runs-on :
220
220
group : ' ${{ matrix.machine_type }}'
221
221
container :
@@ -249,9 +249,9 @@ jobs:
249
249
run : |
250
250
echo "${{ matrix.machine_type }}"
251
251
252
- if [ "${{ matrix.machine_type }}" = "aws-g4dn -4xlarge-cache" ]; then
252
+ if [ "${{ matrix.machine_type }}" = "aws-g5 -4xlarge-cache" ]; then
253
253
machine_type=single-gpu
254
- elif [ "${{ matrix.machine_type }}" = "aws-g4dn -12xlarge-cache" ]; then
254
+ elif [ "${{ matrix.machine_type }}" = "aws-g5 -12xlarge-cache" ]; then
255
255
machine_type=multi-gpu
256
256
else
257
257
machine_type=${{ matrix.machine_type }}
@@ -284,7 +284,7 @@ jobs:
284
284
strategy :
285
285
fail-fast : false
286
286
matrix :
287
- machine_type : [aws-g4dn -4xlarge-cache, aws-g4dn -12xlarge-cache]
287
+ machine_type : [aws-g5 -4xlarge-cache, aws-g5 -12xlarge-cache]
288
288
runs-on :
289
289
group : ' ${{ matrix.machine_type }}'
290
290
container :
@@ -346,9 +346,9 @@ jobs:
346
346
run : |
347
347
echo "${{ matrix.machine_type }}"
348
348
349
- if [ "${{ matrix.machine_type }}" = "aws-g4dn -4xlarge-cache" ]; then
349
+ if [ "${{ matrix.machine_type }}" = "aws-g5 -4xlarge-cache" ]; then
350
350
machine_type=single-gpu
351
- elif [ "${{ matrix.machine_type }}" = "aws-g4dn -12xlarge-cache" ]; then
351
+ elif [ "${{ matrix.machine_type }}" = "aws-g5 -12xlarge-cache" ]; then
352
352
machine_type=multi-gpu
353
353
else
354
354
machine_type=${{ matrix.machine_type }}
@@ -383,7 +383,7 @@ jobs:
383
383
fail-fast : false
384
384
matrix :
385
385
folders : ${{ fromJson(needs.setup.outputs.quantization_matrix) }}
386
- machine_type : [aws-g4dn -4xlarge-cache, aws-g4dn -12xlarge-cache]
386
+ machine_type : [aws-g5 -4xlarge-cache, aws-g5 -12xlarge-cache]
387
387
runs-on :
388
388
group : ' ${{ matrix.machine_type }}'
389
389
container :
@@ -426,9 +426,9 @@ jobs:
426
426
run : |
427
427
echo "${{ matrix.machine_type }}"
428
428
429
- if [ "${{ matrix.machine_type }}" = "aws-g4dn -4xlarge-cache" ]; then
429
+ if [ "${{ matrix.machine_type }}" = "aws-g5 -4xlarge-cache" ]; then
430
430
machine_type=single-gpu
431
- elif [ "${{ matrix.machine_type }}" = "aws-g4dn -12xlarge-cache" ]; then
431
+ elif [ "${{ matrix.machine_type }}" = "aws-g5 -12xlarge-cache" ]; then
432
432
machine_type=multi-gpu
433
433
else
434
434
machine_type=${{ matrix.machine_type }}
0 commit comments