Skip to content

Commit 0dae8f9

Browse files
authored
Apply suggestions from code review
1 parent c715470 commit 0dae8f9

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
@@ -57,8 +57,8 @@ export_to_video(video, "output.mp4", fps=15)
5757
- HunyuanVideo1.5 use attention masks with variable-length sequences. For best performance, we recommend using an attention backend that handles padding efficiently.
5858

5959
- **H100/H800:** `_flash_3_hub` or `_flash_varlen_3`
60-
- **A100/A800/RTX 4090:** `flash` or `flash_varlen`
61-
- **Other GPUs:** `sage`
60+
- **A100/A800/RTX 4090:** `flash_hub` or `flash_varlen`
61+
- **Other GPUs:** `sage_hub`
6262

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

0 commit comments

Comments
 (0)