We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b5482 commit d9c4d4aCopy full SHA for d9c4d4a
models_restruct/models_env/repo_tar_all.sh
@@ -72,8 +72,8 @@ do
72
73
if [[ -d ${repo_name} ]];then
74
# 对PaddleNLP增加submodule
75
- if [[ ${repo_name} == "PaddleNLP" ]]; then
76
- cd PaddleNLP
+ if [[ ${repo_name} == "PaddleNLP" ]] || [[ ${repo_name} == "FastDeploy" ]]; then
+ cd ${repo_name}
77
git submodule update --init --recursive
78
cd ..
79
fi
0 commit comments