Model Zoo ========= End-to-end compilation examples for popular models across vision, language, and generative AI. Each example shows how to compile the model with Torch-TensorRT and benchmark against eager PyTorch. .. toctree:: :maxdepth: 1 :caption: Vision Example: Compiling ResNet with dynamic shapes <_rendered_examples/dynamo/torch_compile_resnet_example> Example: Compiling BERT with torch.compile <_rendered_examples/dynamo/torch_compile_transformers_example> Example: Engine Caching (BERT) <_rendered_examples/dynamo/engine_caching_bert_example> .. toctree:: :maxdepth: 1 :caption: Generative AI Example: Compiling GPT2 with torch.compile <_rendered_examples/dynamo/torch_compile_gpt2> Example: Compiling SAM2 with the dynamo backend <_rendered_examples/dynamo/torch_export_sam2> Example: TensorRT Plugin for RMSNorm in Llama2 <_rendered_examples/dynamo/llama2_flashinfer_rmsnorm> For diffusion models see :doc:`HuggingFace Models `. .. toctree:: :maxdepth: 1 :caption: Notebooks notebooks