From d77c53b6d2bc32937a0216f255573576df87d288 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 23 Jan 2025 21:52:42 +0530 Subject: [PATCH] [docs] fix image path in para attention docs (#10632) fix image path in para attention docs --- docs/source/en/optimization/para_attn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/optimization/para_attn.md b/docs/source/en/optimization/para_attn.md index b1b1110455..94b0d5ce3a 100644 --- a/docs/source/en/optimization/para_attn.md +++ b/docs/source/en/optimization/para_attn.md @@ -29,7 +29,7 @@ However, it is hard to decide when to reuse the cache to ensure quality generate This achieves a 2x speedup on FLUX.1-dev and HunyuanVideo inference with very good quality.
- Cache in Diffusion Transformer + Cache in Diffusion Transformer
How AdaCache works, First Block Cache is a variant of it