Skip to content

Commit a48cfc4

Browse files
shinksvekars
andauthored
Update advanced_source/python_extension_autoload.rst
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 93087be commit a48cfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/python_extension_autoload.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ How to apply this mechanism to out-of-tree extensions?
2727
------------------------------------------------------
2828

2929
For instance, suppose you have a backend named ``foo`` and a corresponding package named ``torch_foo``. Ensure that
30-
your package is compatible with PyTorch 2.5+ and includes the following snippet in its ``__init__.py`` file:
30+
your package is compatible with PyTorch 2.5 or later and includes the following snippet in its ``__init__.py`` file:
3131

3232
.. code-block:: python
3333

0 commit comments

Comments
 (0)