Skip to content

Commit 189049a

Browse files
committed
small fix
1 parent c5ddbde commit 189049a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dynamo/auto_generate_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
the performance and resource overhead from a graph break.
2222
2323
Previously this involved a complex process in not only building a performant kernel but setting it up to run in TensorRT (see: `Using Custom Kernels within TensorRT Engines with Torch-TensorRT <https://pytorch.org/TensorRT/tutorials/_rendered_examples/dynamo/custom_kernel_plugins.html>`_).
24-
With TensorRT 10.7, there is a new Python native plugin system which greatly streamlines this process. This
24+
As of TensorRT 10.7, there is a new Python native plugin system which greatly streamlines this process. This
2525
plugin system also allows Torch-TensorRT to automatically generate the necessary conversion code to convert the
2626
operation in PyTorch to TensorRT.
2727
"""

0 commit comments

Comments
 (0)