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 9123d82 commit e726565Copy full SHA for e726565
advanced_source/python_extension_autoload.rst
@@ -54,7 +54,7 @@ Now the ``torch_foo`` module can be imported when running import torch:
54
.. code-block:: python
55
56
>>> import torch
57
- No need to import torch_foo anymore! You can run torch.foo.is_available() directly.
+ No need to import torch_foo anymore! Check things are working with `torch.foo.is_available()`.
58
>>> torch.foo.is_available()
59
True
60
0 commit comments