Skip to content

Commit 64a6597

Browse files
authored
Revert "Add auto labeling of H100 CI for distributed related changes (#6833)" (#6843)
This reverts commit 8103a77. This causes queuing on the only 8xH100 runner we have. This needs to be done with more finesse #6842
1 parent d9fcd77 commit 64a6597

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

torchci/lib/bot/autoLabelBot.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@ const repoSpecificAutoLabels: { [repo: string]: [RegExp, string][] } = {
150150
[/aten\/src\/ATen\/mps/gi, "ciflow/mps"],
151151
[/aten\/src\/ATen\/native\/mps/gi, "ciflow/mps"],
152152
[/torch\/_inductor\/codegen\/mps.py/gi, "ciflow/mps"],
153-
[/torch\/csrc\/distributed/gi, "ciflow/h100-distributed"],
154-
[/torch\/distributed/gi, "ciflow/h100-distributed"],
155-
[/torch\/testing\/_internal\/distributed/gi, "ciflow/h100-distributed"],
156-
[/test\/distributed/gi, "ciflow/h100-distributed"],
157153
[/test\/test_mps.py/gi, "ciflow/mps"],
158154
[/test\/inductor\/test_mps_basic.py/gi, "ciflow/mps"],
159155
],

0 commit comments

Comments
 (0)