Skip to content

Commit

Permalink
chore: Additional Doc fixes (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
peri044 authored Oct 15, 2024
1 parent b031ef0 commit 4abd637
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit 4abd637

Please sign in to comment.