Skip to content

Commit

Permalink
support local code fot suite (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
changdazhou authored Aug 5, 2024
1 parent abdb887 commit 8245844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/PaddleX/ci/ci_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ elif [[ $SUITE_NAME == "PaddleX" ]]; then
modules_info_file=${BASE_PATH}/PaddleX_models.txt
install_deps_cmd="pip install -e . && paddlex --install -y"
else
install_deps_cmd="pip install -e . && paddlex --install -y $SUITE_NAME"
install_deps_cmd="pip install -e . && echo n |paddlex --install $SUITE_NAME"
modules_info_file=${BASE_PATH}/${SUITE_NAME}_models.txt
fi
eval ${install_deps_cmd}
Expand Down

0 comments on commit 8245844

Please sign in to comment.