Skip to content

Commit 5700cd4

Browse files
committed
chore: doc update testing pre-commit
Signed-off-by: Anurag Dixit <[email protected]>
1 parent 60dd9c4 commit 5700cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/contributors/lowering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Fuse AddMM Branches
7171
`Torch-TensorRT/core/lowering/passes/fuse_addmm_branches.cpp <https://github.com/pytorch/TensorRT/blob/master/core/lowering/passes/fuse_addmm_branches.cpp>`_
7272

7373
A common pattern in scripted modules is tensors of different dimensions use different constructions for implementing linear layers. We fuse these
74-
different varients into a single one that will get caught by the Unpack AddMM pass.
74+
different variants into a single one that will get caught by the Unpack AddMM pass.
7575

7676
.. code-block:: none
7777

0 commit comments

Comments
 (0)