Skip to content

Commit 4e4c598

Browse files
committed
Update obsolete test-infra references
1 parent 0108bbe commit 4e4c598

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

1919
To install the latest code from GitHub, clone/download
20-
https://github.com/pytorch/test-infra/tree/main/tools/torchfix and run `pip install .`
20+
https://github.com/pytorch-labs/torchfix and run `pip install .`
2121
inside the directory.
2222

2323
To install a release version from PyPI, run `pip install torchfix`.
@@ -47,7 +47,7 @@ To enable them, use standard flake8 configuration options for the plugin mode or
4747
## Reporting problems
4848

4949
If you encounter a bug or some other problem with TorchFix, please file an issue on
50-
https://github.com/pytorch/test-infra/issues, mentioning [TorchFix] in the title.
50+
https://github.com/pytorch-labs/torchfix/issues.
5151

5252

5353
## Rules
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/test-infra/tree/main/tools/torchfix#torchsolve
1+
4:1 TOR001 Use of removed function torch.solve: https://github.com/pytorch-labs/torchfix#torchsolve

torchfix/deprecated_symbols.yaml

Lines changed: 1 addition & 1 deletion
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/test-infra/tree/main/tools/torchfix#torchsolve
4+
reference: https://github.com/pytorch-labs/torchfix#torchsolve
55

66
- name: torch.qr
77
deprecate_pr: https://github.com/pytorch/pytorch/pull/57745

0 commit comments

Comments
 (0)