BigHugger
sk Skill · lazyFrogLOL

torch-tensor-parallelism

This skill provides guidance for implementing tensor parallelism in PyTorch, specifically column-parallel and row-parallel linear layers. Use when implementing distributed neural network layers that split weights/activations across multiple ranks, working with torch.distributed for model parallelism, or implementing ColumnParallelLinear and RowParallelLinear classes.

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
0
pythonmarkdownPython
Host repository
lazyFrogLOL/Harness_Engineering
Host stars
128
Host language
Python