-
Notifications
You must be signed in to change notification settings - Fork 3k
[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
[taskflow] Fix taskflow bug #9930
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
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. 🚀 New features to boost your workflow:
|
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.
LGTM
* fix * add doc * update docs * add experiment * update readme.md --------- Co-authored-by: DrownFish19 <DrownFish19@gmail.com>
* [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>
Before submitting
tests
folder. If there are codecov issues, please add tests cases first.PR types
Bug fixes
PR changes
Others
Description
fix taskflow bug