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 5d36b03 commit 9123d82Copy full SHA for 9123d82
advanced_source/python_extension_autoload.rst
@@ -32,7 +32,7 @@ the following in its ``__init__.py``:
32
.. code-block:: python
33
34
def _autoload():
35
- print("No need to import torch_foo anymore! You can run torch.foo.is_available() directly.")
+ 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 add an entry point to your Python
38
package:
0 commit comments