[doc][NPU]Documentation on modifications, NPU environment installation, and additional parameter

This commit is contained in:
feng0w0
2026-02-13 09:58:27 +08:00
parent e56a4d5730
commit 71cea4371c
4 changed files with 8 additions and 6 deletions

View File

@@ -81,4 +81,5 @@ export CPU_AFFINITY_CONF=1
#### 特定模型需要开启的参数
| 模型 | 参数 | 备注 |
|-----------|------|-------------------|
| Wan 14B系列 | --initialize_model_on_cpu | 14B模型需要在cpu上进行初始化 |
| Wan 14B系列 | --initialize_model_on_cpu | 14B模型需要在cpu上进行初始化 |
| Z-Image 系列 | --enable_npu_patch | 使用NPU融合算子来替换Z-image模型中的对应算子以提升模型在NPU上的性能 |