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 a48cfc4 commit d1217dcCopy full SHA for d1217dc
advanced_source/python_extension_autoload.rst
@@ -34,7 +34,7 @@ your package is compatible with PyTorch 2.5 or later and includes the following
34
def _autoload():
35
print("No need to import torch_foo anymore! Check things are working with `torch.foo.is_available()`.")
36
37
-Then the only thing you need to do is define an entry point within your Python package:
+Then, the only thing you need to do is define an entry point within your Python package:
38
39
.. code-block:: python
40
0 commit comments