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

[PEFT]Add LoRA-GA #9592

Merged
merged 15 commits into from
Dec 18, 2024

change variable name

275c623
Select commit
Loading
Failed to load commit list.
Merged

[PEFT]Add LoRA-GA #9592

change variable name
275c623
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 18, 2024 in 0s

5.52% of diff hit (target 80.00%)

View this Pull Request on Codecov

5.52% of diff hit (target 80.00%)

Annotations

Check warning on line 168 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L167-L168

Added lines #L167 - L168 were not covered by tests

Check warning on line 275 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L275

Added line #L275 was not covered by tests

Check warning on line 332 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L329-L332

Added lines #L329 - L332 were not covered by tests

Check warning on line 337 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L334-L337

Added lines #L334 - L337 were not covered by tests

Check warning on line 342 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L339-L342

Added lines #L339 - L342 were not covered by tests

Check warning on line 348 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L346-L348

Added lines #L346 - L348 were not covered by tests

Check warning on line 353 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L352-L353

Added lines #L352 - L353 were not covered by tests

Check warning on line 357 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L355-L357

Added lines #L355 - L357 were not covered by tests

Check warning on line 689 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L688-L689

Added lines #L688 - L689 were not covered by tests

Check warning on line 691 in paddlenlp/peft/lora/lora_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/lora_model.py#L691

Added line #L691 was not covered by tests

Check warning on line 17 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 20 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 30 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L27-L30

Added lines #L27 - L30 were not covered by tests

Check warning on line 33 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L33

Added line #L33 was not covered by tests

Check warning on line 36 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L36

Added line #L36 was not covered by tests

Check warning on line 48 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L45-L48

Added lines #L45 - L48 were not covered by tests

Check warning on line 50 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L50

Added line #L50 was not covered by tests

Check warning on line 61 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 66 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 68 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L68

Added line #L68 was not covered by tests

Check warning on line 76 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 80 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 84 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 86 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L86

Added line #L86 was not covered by tests

Check warning on line 93 in paddlenlp/peft/lora/loraga_utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/peft/lora/loraga_utils.py#L89-L93

Added lines #L89 - L93 were not covered by tests