-
Notifications
You must be signed in to change notification settings - Fork 675
[Cherry-Pick][CI] Add retry and robust cleanup for removal(#5725) #5790
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
Conversation
…addle#5578) * [CI] Remove test_metrics.py due to incompatible forced merge
|
yubaoku seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Thanks for your contribution! |
…dlePaddle#5775) * disable chunked_mm_input in ernie5 * cp_disable_mm_chunked * update test case * update code
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/2.4 #5790 +/- ##
==============================================
Coverage ? 59.05%
==============================================
Files ? 328
Lines ? 40731
Branches ? 6204
==============================================
Hits ? 24053
Misses ? 14798
Partials ? 1880
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tion (PaddlePaddle#5758) (PaddlePaddle#5802) * support process_response_dict async initial commit * fixbug * add unit test * optimize
…dle#5819) * [Speculative Decoding] Fix attn_mask_offset for multi-step MTP in mixed and PD-split modes (PaddlePaddle#5738) * fix attn_mask_offset in mtp with multi-step and pd-split-mode * fix xpu operater register * update pmtp multi-step mtp strategy in d-split -mode * add note * fix xpu register * fix entropy bugs * Revert "[Speculative Decoding] Fix attn_mask_offset for multi-step MTP in mixed and PD-split modes (PaddlePaddle#5738)" This reverts commit ba0d35a. * fix ut * fix --------- Co-authored-by: freeliuzc <[email protected]>
…addle#5578) * [CI] Remove test_metrics.py due to incompatible forced merge
Motivation
CP from #5725
In CI jobs, workspace cleanup and GPU memory release may occasionally fail, for example with errors like
rm: Directory not emptycausing the pipeline to exit unexpectedly.This issue mainly occurs in the temporary execution environments used by PR CI jobs, where leftover files, concurrent operations may prevent a single cleanup attempt from succeeding, impacting CI stability.
Modifications
rm -rf ${REPO_NAME}*to ensure all possible residual directories are removedERNIE-4.5-VL-28B-A3B-ThinkingUsage or Command
N/A
Accuracy Tests
N/A
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.