From 34073a18c05bc91736cf82e6a6ad54631feeb27f Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Fri, 22 Aug 2025 18:26:39 -0500 Subject: [PATCH 1/6] Replace 'pytorch-labs' with 'meta-pytorch' in 6 files --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ac050..d58a50d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ dev = [ ] [project.urls] -Repository = "https://github.com/pytorch-labs/torchfix" -"Bug Tracker" = "https://github.com/pytorch-labs/torchfix/issues" +Repository = "https://github.com/meta-pytorch/torchfix" +"Bug Tracker" = "https://github.com/meta-pytorch/torchfix/issues" [project.scripts] torchfix = "torchfix.__main__:main" From 6b113d5ed98af39e8e427f0d555fa6406d0cbeec Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Fri, 22 Aug 2025 18:26:40 -0500 Subject: [PATCH 2/6] Replace 'pytorch-labs' with 'meta-pytorch' in 6 files --- torchfix/deprecated_symbols.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/torchfix/deprecated_symbols.yaml b/torchfix/deprecated_symbols.yaml index eaa5119..dd470a3 100644 --- a/torchfix/deprecated_symbols.yaml +++ b/torchfix/deprecated_symbols.yaml @@ -1,7 +1,7 @@ - name: torch.solve deprecate_pr: https://github.com/pytorch/pytorch/pull/57741 remove_pr: https://github.com/pytorch/pytorch/pull/70986 - reference: https://github.com/pytorch-labs/torchfix#torchsolve + reference: https://github.com/meta-pytorch/torchfix#torchsolve - name: torch.qr deprecate_pr: https://github.com/pytorch/pytorch/pull/57745 @@ -71,7 +71,7 @@ - name: torch.nn.utils.weight_norm deprecate_pr: https://github.com/pytorch/pytorch/pull/103001 remove_pr: - reference: https://github.com/pytorch-labs/torchfix#torchnnutilsweight_norm + reference: https://github.com/meta-pytorch/torchfix#torchnnutilsweight_norm - name: torch.utils._pytree._register_pytree_node deprecate_pr: https://github.com/pytorch/pytorch/pull/112111 @@ -81,7 +81,7 @@ - name: torch.backends.cuda.sdp_kernel deprecate_pr: https://github.com/pytorch/pytorch/pull/114689 remove_pr: - reference: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel + reference: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel - name: torch.cuda.amp.autocast deprecate_pr: TBA From 01d6e09db75673bfa696b57d9abfd997def2df38 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Fri, 22 Aug 2025 18:26:41 -0500 Subject: [PATCH 3/6] Replace 'pytorch-labs' with 'meta-pytorch' in 6 files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b51e24b..21f775c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ edges and many things can and will change. ## Installation To install the latest code from GitHub, clone/download -https://github.com/pytorch-labs/torchfix and run `pip install .` +https://github.com/meta-pytorch/torchfix and run `pip install .` inside the directory. To install a release version from PyPI, run `pip install torchfix`. @@ -51,7 +51,7 @@ To enable them, use standard flake8 configuration options for the plugin mode or ## Reporting problems If you encounter a bug or some other problem with TorchFix, please file an issue on -https://github.com/pytorch-labs/torchfix/issues. +https://github.com/meta-pytorch/torchfix/issues. ## Rule Code Assignment Policy From 842ef43664edacec95b2c190eb0562a04baab596 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Fri, 22 Aug 2025 18:26:42 -0500 Subject: [PATCH 4/6] Replace 'pytorch-labs' with 'meta-pytorch' in 6 files --- tests/fixtures/deprecated_symbols/checker/sdp_kernel.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/fixtures/deprecated_symbols/checker/sdp_kernel.txt b/tests/fixtures/deprecated_symbols/checker/sdp_kernel.txt index d18f1ee..afe501a 100644 --- a/tests/fixtures/deprecated_symbols/checker/sdp_kernel.txt +++ b/tests/fixtures/deprecated_symbols/checker/sdp_kernel.txt @@ -1,4 +1,4 @@ -3:1 TOR103 Import of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel -5:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel -8:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel -11:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel +3:1 TOR103 Import of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel +5:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel +8:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel +11:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel From 85724a6ffa436557ce307170ed7f3a0f5114a61d Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Fri, 22 Aug 2025 18:26:43 -0500 Subject: [PATCH 5/6] Replace 'pytorch-labs' with 'meta-pytorch' in 6 files --- tests/fixtures/deprecated_symbols/checker/weight_norm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/deprecated_symbols/checker/weight_norm.txt b/tests/fixtures/deprecated_symbols/checker/weight_norm.txt index 74e8c05..8323016 100644 --- a/tests/fixtures/deprecated_symbols/checker/weight_norm.txt +++ b/tests/fixtures/deprecated_symbols/checker/weight_norm.txt @@ -1 +1 @@ -2:5 TOR101 Use of deprecated function torch.nn.utils.weight_norm: https://github.com/pytorch-labs/torchfix#torchnnutilsweight_norm +2:5 TOR101 Use of deprecated function torch.nn.utils.weight_norm: https://github.com/meta-pytorch/torchfix#torchnnutilsweight_norm From 70790cff83fbc15fd6f04355b02a87891f534b23 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Fri, 22 Aug 2025 18:26:44 -0500 Subject: [PATCH 6/6] Replace 'pytorch-labs' with 'meta-pytorch' in 6 files --- tests/fixtures/deprecated_symbols/checker/removed_solve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/deprecated_symbols/checker/removed_solve.txt b/tests/fixtures/deprecated_symbols/checker/removed_solve.txt index 6c95a98..8543eca 100644 --- a/tests/fixtures/deprecated_symbols/checker/removed_solve.txt +++ b/tests/fixtures/deprecated_symbols/checker/removed_solve.txt @@ -1 +1 @@ -4:1 TOR001 Use of removed function torch.solve: https://github.com/pytorch-labs/torchfix#torchsolve +4:1 TOR001 Use of removed function torch.solve: https://github.com/meta-pytorch/torchfix#torchsolve