From 281f3702d2f674c9623c1b528ff6819c25964126 Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Tue, 16 Nov 2021 14:10:35 +0100 Subject: [PATCH] Update dispatcher.rst (#1690) Fix version typo. :) Co-authored-by: Brian Johnson Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com> --- advanced_source/dispatcher.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_source/dispatcher.rst b/advanced_source/dispatcher.rst index a8709efb477..1a8034a62e5 100644 --- a/advanced_source/dispatcher.rst +++ b/advanced_source/dispatcher.rst @@ -109,7 +109,7 @@ speaking, the structure of your registrations will look like this: For operators that do not need autograd --------------------------------------- -Note: This section only applies to versions of PyTorch ``>= 3.10``. +Note: This section only applies to versions of PyTorch ``>= 1.10``. In the next section, we will discuss how to add autograd support to an operator. But for the ops that do not need autograd support, the following kernel should be