home/categories/framework-internals/letta-ai-skills-letta-benchmarks-trajectory-only-torch-tensor-parallelism-skill-md
framework-internalsdevelopment

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.

letta-ai
maintainer
letta-ai
Обновлено 1/19/2026
Звёзды
31
Форки
5
quick start

Installation and usage

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.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use torch-tensor-parallelism