Skip to content

Commit 8904d7e

Browse files
committed
up
1 parent 98510b1 commit 8904d7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/en/api/pipelines/hunyuan_video15.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export_to_video(video, "output.mp4", fps=15)
5656

5757
- HunyuanVideo1.5 use attention masks with variable-length sequences. For best performance, we recommend using an attention backend that handles padding efficiently.
5858

59-
- **H100/H800:** `_flash_3_hub` or `_flash_varlen_3`
60-
- **A100/A800/RTX 4090:** `flash_hub` or `flash_varlen`
59+
- **H100/H800:** `_flash_3_hub` or `_flash_3_varlen_hub`
60+
- **A100/A800/RTX 4090:** `flash_hub` or `flash_varlen_hub`
6161
- **Other GPUs:** `sage_hub`
6262

6363
Refer to the [Attention backends](../../optimization/attention_backends) guide for more details about using a different backend.

0 commit comments

Comments
 (0)