Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NPU] fix readme path for sdxl npu #725

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ppdiffusers/examples/text_to_image/README_sdxl.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ for file_name in sorted(os.listdir(dir_name)):
```

## NPU硬件训练推理
请参照[tools](../../tools/README.md)进行NPU硬件Paddle安装。
请参照[tools](../../../paddlemix/tools/README.md)进行NPU硬件Paddle安装。

使用NPU进行sdxl微调训练和推理时参考如下命令设置相应的环境变量,训练和推理运行命令可直接参照上述LoRA训练和推理命令。
```bash
Expand Down Expand Up @@ -235,7 +235,7 @@ for file_name in sorted(os.listdir(dir_name)):
```

## NPU硬件训练
请参照[tools](../../tools/README.md)进行NPU硬件Paddle安装。
请参照[tools](../../../paddlemix/tools/README.md)进行NPU硬件Paddle安装。

使用NPU进行LoRA训练和推理时参考如下命令设置相应的环境变量,训练和推理运行命令可直接参照上述LoRA训练和推理命令。
```bash
Expand Down