Skip to content

Commit 4c42646

Browse files
Fix PaddleX
1 parent 376ea94 commit 4c42646

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

paddle/scripts/paddle_build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -4859,7 +4859,9 @@ function main() {
48594859
;;
48604860
hyg_dcu_test)
48614861
parallel_test
4862-
#hybrid_paddlex
4862+
if [[ "$IF_DCU" == "ON" ]]; then
4863+
hybrid_paddlex
4864+
fi
48634865
;;
48644866
nv_cicheck_coverage)
48654867
parallel_test

0 commit comments

Comments
 (0)