Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions torchtitan/experiments/torchcomms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Locally tested with:
- **TP** - Tensor Parallelism
- **PP** - Pipeline Parallelism
- **EP** - Expert Parallelism
- **CP** - Context Parallelism
- **compile** - `torch.compile` integration

### Performance
Expand All @@ -46,8 +47,6 @@ Locally tested with:

### Known Issues

- **CP** (Context Parallelism) - Temporarily not working. Work in progress.
- **Async TP** - Temporarily not working. Work in progress.
- **Memory Overhead** - TorchComms requires higher peak memory usage. As a workaround, we need to reduce `local_batch_size` to avoid out of memory error.

## Roadmap
Expand Down