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 INFER] Fix some bugs and chatglm_v2 support block_attn #9271

Merged
merged 6 commits into from
Oct 25, 2024

update

d19ed92
Select commit
Loading
Failed to load commit list.
Merged

[LLM INFER] Fix some bugs and chatglm_v2 support block_attn #9271

update
d19ed92
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 25, 2024 in 0s

52.89% (target 58.00%)

View this Pull Request on Codecov

52.89% (target 58.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 104 lines in your changes missing coverage. Please review.

Project coverage is 52.89%. Comparing base (7551730) to head (d19ed92).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
...p/experimental/transformers/chatglm_v2/modeling.py 0.00% 84 Missing ⚠️
...erimental/transformers/fused_transformer_layers.py 0.00% 15 Missing ⚠️
...enlp/experimental/transformers/generation_utils.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9271      +/-   ##
===========================================
+ Coverage    52.80%   52.89%   +0.08%     
===========================================
  Files          660      660              
  Lines       106869   106929      +60     
===========================================
+ Hits         56434    56561     +127     
+ Misses       50435    50368      -67     

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