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

[LLM] update tensor and pipeline parallel for chatglmv2 #9204

Merged
merged 23 commits into from
Dec 11, 2024

Merge branch 'PaddlePaddle:develop' into dev_20240926_update_chatglmv2

9e9e213
Select commit
Loading
Failed to load commit list.
Merged

[LLM] update tensor and pipeline parallel for chatglmv2 #9204

Merge branch 'PaddlePaddle:develop' into dev_20240926_update_chatglmv2
9e9e213
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 9, 2024 in 0s

52.80% (target 58.00%)

View this Pull Request on Codecov

52.80% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 33.33333% with 132 lines in your changes missing coverage. Please review.

Project coverage is 52.80%. Comparing base (753436a) to head (9e9e213).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/transformers/chatglm_v2/modeling_pp.py 21.33% 118 Missing ⚠️
paddlenlp/transformers/chatglm_v2/modeling.py 71.42% 12 Missing ⚠️
...p/experimental/transformers/chatglm_v2/modeling.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9204      +/-   ##
===========================================
- Coverage    52.97%   52.80%   -0.17%     
===========================================
  Files          703      705       +2     
  Lines       110981   110947      -34     
===========================================
- Hits         58788    58589     -199     
- Misses       52193    52358     +165     

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