.. displayitem::
    :header: LLM Tensor Parallel Example
    :description: Full example how to apply tensor parallelism to a large language model (Llama 3)
    :col_css: col-md-4
    :button_link: https://github.com/Lightning-AI/pytorch-lightning/tree/master/examples/fabric/tensor_parallel
    :height: 160
    :tag: advanced
.. displayitem::
    :header: 2D Parallel (FSDP + TP)
    :description: Combine Tensor Parallelism with FSDP (2D Parallel) to train efficiently on 100s of GPUs
    :button_link: tp_fsdp.html
    :col_css: col-md-4
    :height: 160
    :tag: advanced
.. displayitem::
    :header: PyTorch API Reference
    :description: Explore the official PyTorch Tensor Parallel APIs
    :button_link: https://pytorch.org/docs/stable/distributed.tensor.parallel.html
    :col_css: col-md-4
    :height: 160
    :tag: advanced
.. raw:: html
        
     
|