[CI]update scripts#9547
Merged
Merged
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.
DrownFish19
reviewed
Dec 4, 2024
| 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* |
Collaborator
There was a problem hiding this comment.
建议这里判断一下$nlp_dir是否为空,rm -rf操作比较敏感
| @@ -66,8 +66,8 @@ 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 | |||
Collaborator
There was a problem hiding this comment.
python -m pip install pillow -y
Collaborator
There was a problem hiding this comment.
增加一行,如果paddlepaddle-gpu没有正确安装,会一直回退版本
DrownFish19
previously approved these changes
Dec 5, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR types
PR changes
Description