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 410689c commit 381f14aCopy full SHA for 381f14a
examples/dynamo/README.rst
@@ -11,3 +11,4 @@ a number of ways you can leverage this backend to accelerate inference.
11
* :ref:`torch_compile_advanced_usage`: Advanced usage including making a custom backend to use directly with the ``torch.compile`` API
12
* :ref:`torch_compile_stable_diffusion`: Compiling a Stable Diffusion model using ``torch.compile``
13
* :ref:`custom_kernel_plugins`: Creating a plugin to use a custom kernel inside TensorRT engines
14
+* :ref:`refit_engine_example`: Refitting a compiled TensorRT Graph Module with updated weights
0 commit comments