Fix more URLs (#153277)

Or ignore them.
Found by running the lint_urls.sh script locally with https://github.com/pytorch/pytorch/pull/153246

Pull Request resolved: https://github.com/pytorch/pytorch/pull/153277
Approved by: https://github.com/malfet
This commit is contained in:
Anthony Shoumikhin
2025-05-14 16:23:50 +00:00
committed by PyTorch MergeBot
parent de92296bbb
commit 7d39e73c57
27 changed files with 39 additions and 44 deletions

View File

@ -687,7 +687,7 @@ class TestGradTransform(TestCase):
expected = (torch.zeros_like(x), torch.ones_like(x))
self.assertEqual(result, expected)
# TODO: https://github.com/zou3519/functorch/issues/12
# TODO: https://github.com/pytorch/functorch/issues/12
@onlyCPU
def test_unrelated_hessian(self, device):
N = 5