Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docsrc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,31 @@ User Guide
user_guide/runtime
user_guide/using_dla
user_guide/mixed_precision


Tutorials
------------

* :ref:`torch_compile_advanced_usage`
* :ref:`vgg16_ptq`
* :ref:`engine_caching_example`
* :ref:`engine_caching_bert_example`
* :ref:`refit_engine_example`
* :ref:`serving_torch_tensorrt_with_triton`
* :ref:`torch_export_cudagraphs`
* :ref:`converter_overloading`
* :ref:`custom_kernel_plugins`
* :ref:`mutable_torchtrt_module_example`

.. toctree::
:caption: Tutorials
:maxdepth: 1
:hidden:

tutorials/_rendered_examples/dynamo/torch_compile_advanced_usage
tutorials/_rendered_examples/dynamo/vgg16_ptq
tutorials/_rendered_examples/dynamo/engine_caching_example
tutorials/_rendered_examples/dynamo/engine_caching_bert_example
tutorials/_rendered_examples/dynamo/refit_engine_example
tutorials/serving_torch_tensorrt_with_triton
tutorials/_rendered_examples/dynamo/torch_export_cudagraphs
Expand Down
Loading