Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion backends/metax_gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git clone https://github.com/PaddlePaddle/PaddleCustomDevice

# Compile Source Code
cd backends/metax_gpu
bash build_in_metax.sh
bash build_in_custom.sh
# or
bash change_patch.sh #Only execute once
bash compile.sh #Can be executed multiple times
Expand Down
2 changes: 1 addition & 1 deletion backends/metax_gpu/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git clone https://github.com/PaddlePaddle/PaddleCustomDevice

# 编译安装
cd backends/metax_gpu
bash build_in_metax.sh
bash build_in_custom.sh
# 或者
bash change_patch.sh #只执行一次
bash compile.sh # 可执行多次
Expand Down
Loading