Skip to content

Commit

Permalink
Update dispatcher.rst (pytorch#1690)
Browse files Browse the repository at this point in the history
Fix version typo. :)

Co-authored-by: Brian Johnson <brianjo@fb.com>
Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 16, 2021
1 parent c25aa7a commit 281f370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_source/dispatcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 281f370

Please sign in to comment.