Skip to content

Commit ce90e32

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch (#6999)
This PR replaces all instances of `pytorch-labs` with `meta-pytorch` in this repository now that the `pytorch-labs` org has been renamed to `meta-pytorch` ## Changes Made - Replaced all occurrences of `pytorch-labs` with `meta-pytorch` - Skipped binary files and files larger than 1MB due to GitHub api payload limits in the script to cover all repos in this org. Will do a more manual second pass later to cover any larger files ## Files Modified This PR updates files that contained the target text. Generated by automated script on 2025-08-12T22:48:48.097834+00:00Z
1 parent 6e6d9c8 commit ce90e32

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/trigger_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: ./.github/actions/trigger-nightly
118118
with:
119119
ref: main
120-
repository: pytorch-labs/torchvision-extra-decoders
120+
repository: meta-pytorch/torchvision-extra-decoders
121121
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
122122
path: torchvision-extra-decoders
123123
- name: Trigger nightly torchtitan

aws/lambda/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ Run ncipollo/release-action@v1
6161
Use the release name to find your release artifacts in the release page. [pytorch/test-infra/releases](https://github.com/pytorch/test-infra/releases). If you build successfully, you can find your zip file in the release Assets.
6262

6363
## Setup infra resources and deploy the function to cloud
64-
Go to [pytorch-gha-infra](https://github.com/pytorch-labs/pytorch-gha-infra)
64+
Go to [pytorch-gha-infra](https://github.com/meta-pytorch/pytorch-gha-infra)
6565

6666
### Setup Permission and Deployment for the lambda function
67-
- Add your lambda function config (such as create role, func-name, and permissions), similar to [PR: set up Aws Resources for queue time histogram lambda ](https://github.com/pytorch-labs/pytorch-gha-infra/pull/647)
67+
- Add your lambda function config (such as create role, func-name, and permissions), similar to [PR: set up Aws Resources for queue time histogram lambda ](https://github.com/meta-pytorch/pytorch-gha-infra/pull/647)
6868
- You should only grab permission the lambda need for resource access, make sure to ask one person from pytorch dev infra team to review the permission.
69-
- Update the release-tag and add your zip file name in [runners/common/Terrafile](https://github.com/pytorch-labs/pytorch-gha-infra/blob/5fde9cdadaad584de3140488adba8eb9c9fe6722/runners/common/Terrafile)
69+
- Update the release-tag and add your zip file name in [runners/common/Terrafile](https://github.com/meta-pytorch/pytorch-gha-infra/blob/5fde9cdadaad584de3140488adba8eb9c9fe6722/runners/common/Terrafile)
7070
- During the deploy process, the workflow will download your file based on the Terrafile.
7171
- If you need ClickHouse account permission, you need ask pytorch dev infra teammate to create a ClickHouse role for your lambda.
72-
- Add the ClickHouse role secret to the repo secret, `bunnylol oss pytorch-labs/pytorch-gha-infra` and update it in settings-> secrets.
72+
- Add the ClickHouse role secret to the repo secret, `bunnylol oss meta-pytorch/pytorch-gha-infra` and update it in settings-> secrets.
7373

7474
### Deploy the lambda
75-
Once the pr is submitted, go to [Runners Do Terraform Release (apply)](https://github.com/pytorch-labs/pytorch-gha-infra/actions/workflows/runners-on-dispatch-release.yml), and click Run workflow.
75+
Once the pr is submitted, go to [Runners Do Terraform Release (apply)](https://github.com/meta-pytorch/pytorch-gha-infra/actions/workflows/runners-on-dispatch-release.yml), and click Run workflow.
7676

7777

7878
Page maintainers: @pytorch/pytorch-dev-infra

tools/torchfix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TorchFix moved to a separate repo - https://github.com/pytorch-labs/torchfix
1+
TorchFix moved to a separate repo - https://github.com/meta-pytorch/torchfix

0 commit comments

Comments
 (0)