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

Consolidate LoRA and Prefix into Peft package #6051

Merged
merged 6 commits into from
May 31, 2023

Conversation

sijunhe
Copy link
Collaborator

@sijunhe sijunhe commented May 30, 2023

PR types

PR changes

Description

@sijunhe sijunhe requested a review from lugimzzz May 30, 2023 13:47
@paddle-bot
Copy link

paddle-bot bot commented May 30, 2023

Thanks for your contribution!

@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Merging #6051 (45a6724) into develop (84a9548) will decrease coverage by 0.28%.
The diff coverage is 24.34%.

@@             Coverage Diff             @@
##           develop    #6051      +/-   ##
===========================================
- Coverage    62.50%   62.22%   -0.28%     
===========================================
  Files          492      499       +7     
  Lines        69368    69394      +26     
===========================================
- Hits         43358    43182     -176     
- Misses       26010    26212     +202     
Impacted Files Coverage Δ
paddlenlp/layers/__init__.py 100.00% <ø> (ø)
paddlenlp/prompt/__init__.py 100.00% <ø> (ø)
paddlenlp/peft/lora/lora_layers.py 14.93% <14.93%> (ø)
paddlenlp/peft/lora/lora_model.py 15.62% <15.62%> (ø)
paddlenlp/peft/prefix/utils.py 27.77% <27.77%> (ø)
paddlenlp/peft/prefix/prefix_config.py 53.33% <53.33%> (ø)
paddlenlp/peft/lora/lora_config.py 54.34% <54.34%> (ø)
paddlenlp/peft/__init__.py 100.00% <100.00%> (ø)
paddlenlp/peft/lora/__init__.py 100.00% <100.00%> (ø)
paddlenlp/peft/prefix/__init__.py 100.00% <100.00%> (ø)
... and 3 more

... and 1 file with indirect coverage changes

@lugimzzz lugimzzz merged commit 815991e into PaddlePaddle:develop May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants