From 381f14abb817042e185de0d1c7685780f80d5671 Mon Sep 17 00:00:00 2001 From: cehongwang Date: Tue, 18 Jun 2024 11:18:13 -0700 Subject: [PATCH] Added reference to doc --- examples/dynamo/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dynamo/README.rst b/examples/dynamo/README.rst index 7191c02fa0..574d891a93 100644 --- a/examples/dynamo/README.rst +++ b/examples/dynamo/README.rst @@ -11,3 +11,4 @@ a number of ways you can leverage this backend to accelerate inference. * :ref:`torch_compile_advanced_usage`: Advanced usage including making a custom backend to use directly with the ``torch.compile`` API * :ref:`torch_compile_stable_diffusion`: Compiling a Stable Diffusion model using ``torch.compile`` * :ref:`custom_kernel_plugins`: Creating a plugin to use a custom kernel inside TensorRT engines +* :ref:`refit_engine_example`: Refitting a compiled TensorRT Graph Module with updated weights