We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93087be commit a48cfc4Copy full SHA for a48cfc4
advanced_source/python_extension_autoload.rst
@@ -27,7 +27,7 @@ How to apply this mechanism to out-of-tree extensions?
27
------------------------------------------------------
28
29
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:
+your package is compatible with PyTorch 2.5 or later and includes the following snippet in its ``__init__.py`` file:
31
32
.. code-block:: python
33
0 commit comments