Skip to content
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

[Prediction] Update LLM prediction. #8778

Merged
merged 8 commits into from
Jul 25, 2024

bug fix

ebc553d
Select commit
Loading
Failed to load commit list.
Merged

[Prediction] Update LLM prediction. #8778

bug fix
ebc553d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 25, 2024 in 0s

55.53% (target 58.00%)

View this Pull Request on Codecov

55.53% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 3.14961% with 123 lines in your changes missing coverage. Please review.

Project coverage is 55.53%. Comparing base (7c18d9d) to head (ebc553d).
Report is 5 commits behind head on develop.

Files Patch % Lines
paddlenlp/transformers/model_utils.py 4.93% 77 Missing ⚠️
paddlenlp/experimental/transformers/utils.py 0.00% 31 Missing ⚠️
...enlp/experimental/transformers/chatglm/modeling.py 0.00% 6 Missing ⚠️
...ddlenlp/experimental/transformers/qwen/modeling.py 0.00% 3 Missing ⚠️
...addlenlp/experimental/transformers/gpt/modeling.py 0.00% 2 Missing ⚠️
...dlenlp/experimental/transformers/llama/modeling.py 0.00% 2 Missing ⚠️
...addlenlp/experimental/transformers/opt/modeling.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8778      +/-   ##
===========================================
+ Coverage    55.03%   55.53%   +0.50%     
===========================================
  Files          627      631       +4     
  Lines        98921    98466     -455     
===========================================
+ Hits         54440    54685     +245     
+ Misses       44481    43781     -700     

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