mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fix module: distributed labeler (#114324)
Removes preceding `/` which was preventing labeler from working. (looks like a typo in the original PR) Pull Request resolved: https://github.com/pytorch/pytorch/pull/114324 Approved by: https://github.com/XilunWu, https://github.com/fegin
This commit is contained in:
parent
0a33cf95c6
commit
e0ec71deab
1 changed files with 5 additions and 5 deletions
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
|
|
@ -69,8 +69,8 @@
|
|||
- .ci/docker/ci_commit_pins/triton.txt
|
||||
|
||||
"module: distributed":
|
||||
- /torch/csrc/distributed/**
|
||||
- /torch/distributed/**
|
||||
- /torch/nn/parallel/**
|
||||
- /test/distributed/**
|
||||
- /torch/testing/_internal/distributed/**
|
||||
- torch/csrc/distributed/**
|
||||
- torch/distributed/**
|
||||
- torch/nn/parallel/**
|
||||
- test/distributed/**
|
||||
- torch/testing/_internal/distributed/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue