From 66d1b1f6b0b554040bc6b30eced5cfad459f555b Mon Sep 17 00:00:00 2001 From: Shang Zhizhou Date: Sat, 2 Apr 2022 12:47:47 +0800 Subject: [PATCH] update infrt build parallel (#41278) --- paddle/scripts/infrt_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/scripts/infrt_build.sh b/paddle/scripts/infrt_build.sh index 6634f5396ac..6b0611bf61c 100755 --- a/paddle/scripts/infrt_build.sh +++ b/paddle/scripts/infrt_build.sh @@ -81,6 +81,7 @@ function init() { } function infrt_gen_and_build() { + parallel_number=24 if [ "$1" != "" ]; then parallel_number=$1 fi -- GitLab