From c758769a024b7b1bde6301eff7a5fd50cc6253f1 Mon Sep 17 00:00:00 2001 From: feng0w0 Date: Mon, 29 Dec 2025 09:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=AD=E7=BB=83=E5=BF=AB=E9=80=9F=E4=B8=8A?= =?UTF-8?q?=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/Pipeline_Usage/GPU_support_样例1.md | 2 +- docs/zh/Pipeline_Usage/GPU_support_样例2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/Pipeline_Usage/GPU_support_样例1.md b/docs/zh/Pipeline_Usage/GPU_support_样例1.md index 03138cc..cfec21c 100644 --- a/docs/zh/Pipeline_Usage/GPU_support_样例1.md +++ b/docs/zh/Pipeline_Usage/GPU_support_样例1.md @@ -61,7 +61,7 @@ save_video(video, "video.mp4", fps=15, quality=5) ### 训练 当前已为每类模型添加NPU的启动脚本样例,例如 `examples/wanvideo/model_training/full/Wan2.2-I2V-A14B-NPU.sh` -NPU训练脚本中添加了优化性能的环境变量,针对特定模型,还添加一些参数 +NPU训练脚本中添加了优化性能的环境变量,针对特定模型,还需添加必要参数 #### 环境变量 ``` diff --git a/docs/zh/Pipeline_Usage/GPU_support_样例2.md b/docs/zh/Pipeline_Usage/GPU_support_样例2.md index 615cde6..95a94ad 100644 --- a/docs/zh/Pipeline_Usage/GPU_support_样例2.md +++ b/docs/zh/Pipeline_Usage/GPU_support_样例2.md @@ -59,7 +59,7 @@ save_video(video, "video.mp4", fps=15, quality=5) ``` ### 训练 -使用 Ascend NPU 时,可以添加优化性能的环境变量,针对特定模型,还需添加参数 +使用 Ascend NPU 时,可以添加优化性能的环境变量,针对特定模型,还需添加必要参数 例如,Wan2.2-I2V-A14B 的训练代码: ```diff