Skip to content

Commit 0d9c3fe

Browse files
authored
[EZ] Replace pytorch-labs with meta-pytorch (#98)
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-22T23:26:44.714975+00:00Z
1 parent 0ee382c commit 0d9c3fe

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edges and many things can and will change.
2020
## Installation
2121

2222
To install the latest code from GitHub, clone/download
23-
https://github.com/pytorch-labs/torchfix and run `pip install .`
23+
https://github.com/meta-pytorch/torchfix and run `pip install .`
2424
inside the directory.
2525

2626
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
5151
## Reporting problems
5252

5353
If you encounter a bug or some other problem with TorchFix, please file an issue on
54-
https://github.com/pytorch-labs/torchfix/issues.
54+
https://github.com/meta-pytorch/torchfix/issues.
5555

5656
## Rule Code Assignment Policy
5757

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dev = [
3131
]
3232

3333
[project.urls]
34-
Repository = "https://github.com/pytorch-labs/torchfix"
35-
"Bug Tracker" = "https://github.com/pytorch-labs/torchfix/issues"
34+
Repository = "https://github.com/meta-pytorch/torchfix"
35+
"Bug Tracker" = "https://github.com/meta-pytorch/torchfix/issues"
3636

3737
[project.scripts]
3838
torchfix = "torchfix.__main__:main"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4:1 TOR001 Use of removed function torch.solve: https://github.com/pytorch-labs/torchfix#torchsolve
1+
4:1 TOR001 Use of removed function torch.solve: https://github.com/meta-pytorch/torchfix#torchsolve
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3:1 TOR103 Import of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel
2-
5:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel
3-
8:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel
4-
11:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel
1+
3:1 TOR103 Import of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel
2+
5:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel
3+
8:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel
4+
11:6 TOR101 Use of deprecated function torch.backends.cuda.sdp_kernel: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2:5 TOR101 Use of deprecated function torch.nn.utils.weight_norm: https://github.com/pytorch-labs/torchfix#torchnnutilsweight_norm
1+
2:5 TOR101 Use of deprecated function torch.nn.utils.weight_norm: https://github.com/meta-pytorch/torchfix#torchnnutilsweight_norm

torchfix/deprecated_symbols.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: torch.solve
22
deprecate_pr: https://github.com/pytorch/pytorch/pull/57741
33
remove_pr: https://github.com/pytorch/pytorch/pull/70986
4-
reference: https://github.com/pytorch-labs/torchfix#torchsolve
4+
reference: https://github.com/meta-pytorch/torchfix#torchsolve
55

66
- name: torch.qr
77
deprecate_pr: https://github.com/pytorch/pytorch/pull/57745
@@ -71,7 +71,7 @@
7171
- name: torch.nn.utils.weight_norm
7272
deprecate_pr: https://github.com/pytorch/pytorch/pull/103001
7373
remove_pr:
74-
reference: https://github.com/pytorch-labs/torchfix#torchnnutilsweight_norm
74+
reference: https://github.com/meta-pytorch/torchfix#torchnnutilsweight_norm
7575

7676
- name: torch.utils._pytree._register_pytree_node
7777
deprecate_pr: https://github.com/pytorch/pytorch/pull/112111
@@ -81,7 +81,7 @@
8181
- name: torch.backends.cuda.sdp_kernel
8282
deprecate_pr: https://github.com/pytorch/pytorch/pull/114689
8383
remove_pr:
84-
reference: https://github.com/pytorch-labs/torchfix#torchbackendscudasdp_kernel
84+
reference: https://github.com/meta-pytorch/torchfix#torchbackendscudasdp_kernel
8585

8686
- name: torch.cuda.amp.autocast
8787
deprecate_pr: TBA

0 commit comments

Comments
 (0)