From d4601cd8854c9cc78099f2753894bfcdd49dedc5 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 5 Feb 2026 09:07:59 -0800 Subject: [PATCH] Add redirect for nestedtensor.html Fix https://github.com/pytorch/pytorch/issues/174380 --- redirects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/redirects.py b/redirects.py index ff3cb1171b..b69d1a6c62 100644 --- a/redirects.py +++ b/redirects.py @@ -37,6 +37,7 @@ "prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html", "prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html", "prototype/torchscript_freezing.html": "../index.html", + "prototype/nestedtensor.html": "../unstable/nestedtensor.html", "recipes_source/cuda_rpc.rst": "../index.html", "receipes/fuse.html": "../index.html", "receipes/quantization.html": "../index.html",