# ``torch.export`` and its related features are in prototype status and are subject to backwards compatibility # breaking changes. This tutorial provides a snapshot of ``torch.export`` usage as of ...
:description: Learn how to optimize transformer models by replacing nn.Transformer with Nested Tensors and torch.compile() for significant performance gains in PyTorch. Accelerating PyTorch ...