Skip to content

Commit 3980ab7

Browse files
authored
Update advanced_source/python_extension_autoload.rst
1 parent a4ace51 commit 3980ab7

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
@@ -9,7 +9,7 @@ The extension autoloading mechanism enables PyTorch to automatically
99
load out-of-tree backend extensions without explicit import statements. This
1010
feature is beneficial for users as it enhances their
1111
experience and enables them to follow the familiar PyTorch device
12-
programming model without needing to explicitly load or import device-specific
12+
programming model without having to explicitly load or import device-specific
1313
extensions. On the other hand, it facilitates effortless
1414
adoption of existing PyTorch applications with zero-code changes on
1515
out-of-tree devices. For further details, refer to the

0 commit comments

Comments
 (0)