-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[CI]update scripts #9547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI]update scripts #9547
Conversation
|
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9547 +/- ##
===========================================
+ Coverage 52.68% 52.85% +0.17%
===========================================
Files 705 702 -3
Lines 111410 110618 -792
===========================================
- Hits 58696 58467 -229
+ Misses 52714 52151 -563 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 79e5fe6.
scripts/distribute/run_ci.sh
Outdated
| execute_func_list $cmd llama_auto | ||
| export FLAGS_download_data="llama ""$FLAGS_download_data" | ||
| let case_num++ | ||
| rm -rf $nlp_dir/llm/auto_parallel/llama/*data* && rm -rf $nlp_dir/llm/auto_parallel/llama/*output* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议这里判断一下$nlp_dir是否为空,rm -rf操作比较敏感
| install_paddle(){ | ||
| echo -e "\033[35m ---- Install paddlepaddle-gpu \033[0m" | ||
| python -m pip install --user -r scripts/regression/requirements_ci.txt | ||
| python -m pip uninstall paddlepaddle -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python -m pip install pillow -y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
增加一行,如果paddlepaddle-gpu没有正确安装,会一直回退版本
PR types
PR changes
Description