From 24426e3a32a2b5ce90049f5aff6164e4101a7a1b Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Thu, 19 Jun 2025 10:06:55 +0800 Subject: [PATCH] update README_zh --- examples/wanvideo/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wanvideo/README_zh.md b/examples/wanvideo/README_zh.md index dd3b598..ba2c59c 100644 --- a/examples/wanvideo/README_zh.md +++ b/examples/wanvideo/README_zh.md @@ -175,7 +175,7 @@ Wan 支持多种加速方案,包括 * 统一序列并行:基于 [xDiT](https://github.com/xdit-project/xDiT) 实现的序列并行,请参考[示例代码](./acceleration/unified_sequence_parallel.py),使用以下命令运行: ```shell -pip install xfuser>=0.4.3 +pip install "xfuser[flash-attn]>=0.4.3" torchrun --standalone --nproc_per_node=8 examples/wanvideo/acceleration/unified_sequence_parallel.py ```