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

[AutoParallel] Add Sequence Parallel for Static LLaMA #7746

Merged
merged 5 commits into from
Jan 4, 2024

Merge remote-tracking branch 'upstream/develop' into semi-auto/st-lla…

05762a3
Select commit
Loading
Failed to load commit list.
Merged

[AutoParallel] Add Sequence Parallel for Static LLaMA #7746

Merge remote-tracking branch 'upstream/develop' into semi-auto/st-lla…
05762a3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 4, 2024 in 0s

2.38% of diff hit (target 80.00%)

View this Pull Request on Codecov

2.38% of diff hit (target 80.00%)

Annotations

Check warning on line 370 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L367-L370

Added lines #L367 - L370 were not covered by tests

Check warning on line 376 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L376

Added line #L376 was not covered by tests

Check warning on line 404 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L401-L404

Added lines #L401 - L404 were not covered by tests

Check warning on line 487 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L483-L487

Added lines #L483 - L487 were not covered by tests

Check warning on line 493 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L493

Added line #L493 was not covered by tests

Check warning on line 609 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L606-L609

Added lines #L606 - L609 were not covered by tests

Check warning on line 615 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L615

Added line #L615 was not covered by tests

Check warning on line 626 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L623-L626

Added lines #L623 - L626 were not covered by tests

Check warning on line 632 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L632

Added line #L632 was not covered by tests

Check warning on line 901 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L901

Added line #L901 was not covered by tests

Check warning on line 904 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L903-L904

Added lines #L903 - L904 were not covered by tests

Check warning on line 908 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L906-L908

Added lines #L906 - L908 were not covered by tests

Check warning on line 914 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L914

Added line #L914 was not covered by tests

Check warning on line 928 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L927-L928

Added lines #L927 - L928 were not covered by tests

Check warning on line 930 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L930

Added line #L930 was not covered by tests

Check warning on line 1204 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L1201-L1204

Added lines #L1201 - L1204 were not covered by tests

Check warning on line 1210 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L1210

Added line #L1210 was not covered by tests

Check warning on line 1215 in paddlenlp/transformers/llama/modeling_auto.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/llama/modeling_auto.py#L1215

Added line #L1215 was not covered by tests