Skip to content

Commit 2db4cee

Browse files
committed
rename label to 'multi-gpu' per reviewer feedback
1 parent 88efc1e commit 2db4cee

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.jenkins/get_files_to_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def add_to_shard(i, filename):
4141

4242
all_other_files = all_files.copy()
4343
needs_multigpu = list(
44-
filter(lambda x: get_needs_machine(x) == "4-gpu", all_files,)
44+
filter(lambda x: get_needs_machine(x) == "multi-gpu", all_files,)
4545
)
4646
needs_a10g = list(
4747
filter(lambda x: get_needs_machine(x) == "linux.g5.4xlarge.nvidia.gpu", all_files,)

.jenkins/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
},
2222
"intermediate_source/pipeline_tutorial.py": {
2323
"duration": 320,
24-
"needs": "4-gpu"
24+
"needs": "multi-gpu"
2525
},
2626
"beginner_source/blitz/data_parallel_tutorial.py": {
27-
"needs": "4-gpu"
27+
"needs": "multi-gpu"
2828
},
2929
"intermediate_source/model_parallel_tutorial.py": {
30-
"needs": "4-gpu"
30+
"needs": "multi-gpu"
3131
},
3232
"intermediate_source/torchrec_intro_tutorial.py": {
3333
"needs": "linux.g5.4xlarge.nvidia.gpu"
@@ -75,6 +75,6 @@
7575
"needs": "linux.g5.4xlarge.nvidia.gpu"
7676
},
7777
"beginner_source/distributed_training_with_ray_tutorial.py": {
78-
"needs": "4-gpu"
78+
"needs": "multi-gpu"
7979
}
8080
}

0 commit comments

Comments
 (0)