Skip to content

Commit dcb5fd3

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

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
@@ -10,7 +10,7 @@ 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
1212
programming model without having to explicitly load or import device-specific
13-
extensions. On the other hand, it facilitates effortless
13+
extensions. Additionally, 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
1616
`[RFC] Autoload Device Extension <https://github.com/pytorch/pytorch/issues/122468>`_.

0 commit comments

Comments
 (0)