From 774bde0747ba4c4eb79f4b9b660a063fc2fe8526 Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Wed, 22 Sep 2021 10:40:29 +0200 Subject: [PATCH] Update dispatcher.rst Fix version typo. :) --- 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