From 1c831126e6ef503d287708268cc71b73bb010957 Mon Sep 17 00:00:00 2001 From: C Date: Wed, 25 Dec 2024 22:56:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0308460..bfaaf1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ParaAttention -Context parallel attention that works with `torch.compile`, +Context parallel attention that accelerates DiT model inference, supporting both [**Ulysses Style**](https://arxiv.org/abs/2309.14509) and [**Ring Style**](https://arxiv.org/abs/2310.01889) parallelism. This aims to provide: