Skip to content

[taskflow] Fix taskflow bug #9930

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

Merged
merged 6 commits into from
Feb 25, 2025

Conversation

Fantasy-02
Copy link
Contributor

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

Bug fixes

PR changes

Others

Description

fix taskflow bug

Copy link

paddle-bot bot commented Feb 24, 2025

Thanks for your contribution!

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 51.28%. Comparing base (0c65ce7) to head (5c86718).
Report is 342 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/taskflow/task.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9930      +/-   ##
===========================================
- Coverage    51.33%   51.28%   -0.06%     
===========================================
  Files          745      745              
  Lines       118593   118782     +189     
===========================================
+ Hits         60884    60913      +29     
- Misses       57709    57869     +160     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

DrownFish19
DrownFish19 previously approved these changes Feb 24, 2025
Copy link
Collaborator

@DrownFish19 DrownFish19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZHUI ZHUI merged commit c71287d into PaddlePaddle:develop Feb 25, 2025
8 of 12 checks passed
DrownFish19 added a commit to DrownFish19/PaddleNLP that referenced this pull request Feb 27, 2025
* fix

* add doc

* update docs

* add experiment

* update readme.md

---------

Co-authored-by: DrownFish19 <DrownFish19@gmail.com>
ZHUI added a commit that referenced this pull request Feb 27, 2025
* [TaskFlow] Fix pir for taskflow (#9822)

* fix pir for taskflow

* update suffix for PIR(ON/OFF)

* fix and revert skip

* update dependency_parsing

* fix pir bug

* fix pir bug

* fix lint

* fix ci

* disable test case

---------

Co-authored-by: Zhong Hui <zhonghui.net@gmail.com>
Co-authored-by: Fantasy-02 <1026931135@qq.com>

* [LLM-IE] Add pp-uie to Taskflow (#9845)

* fix taskflow

* add llm/ie for SFT of ie task

* remove data folder

* update readme

* add taskflow

* remove taskflow

* add sft for ie task

* add multi_stage_predict of taskflow

* fix some bug and rename qwen2 as uie-llm

* fixed test and lint

* fixed test and lint

* fixed test and lint

* update 0109

* update 0109

* update 0113

* updaate 0113

* remove static mode in taskflow

* update 0115

* update 0115

* update 0115

* update 0116

* update 0116

* update readme.md

* update readme.md

* update 0116

* update taskflow.py and readme.md

* rename model name

* update

* [DOC] Update README for PP-UIE (#9911)

* update doc for pp-uie

* update

* update

* [taskflow] Fix taskflow bug (#9930)

* fix

* add doc

* update docs

* add experiment

* update readme.md

---------

Co-authored-by: DrownFish19 <DrownFish19@gmail.com>

---------

Co-authored-by: Zhong Hui <zhonghui.net@gmail.com>
Co-authored-by: Fantasy-02 <1026931135@qq.com>
Co-authored-by: ZiyiHuang <62085413+Fantasy-02@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants