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

[Models]Add pp for chatglmv2 #9043

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

update

8fc4c8a
Select commit
Loading
Failed to load commit list.
Open

[Models]Add pp for chatglmv2 #9043

update
8fc4c8a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 20, 2024 in 1s

27.64% of diff hit (target 80.00%)

View this Pull Request on Codecov

27.64% of diff hit (target 80.00%)

Annotations

Check warning on line 187 in paddlenlp/experimental/transformers/chatglm_v2/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/chatglm_v2/modeling.py#L187

Added line #L187 was not covered by tests

Check warning on line 189 in paddlenlp/experimental/transformers/chatglm_v2/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/chatglm_v2/modeling.py#L189

Added line #L189 was not covered by tests

Check warning on line 156 in paddlenlp/transformers/chatglm_v2/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling.py#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 171 in paddlenlp/transformers/chatglm_v2/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling.py#L171

Added line #L171 was not covered by tests

Check warning on line 21 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 39 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L39

Added line #L39 was not covered by tests

Check warning on line 44 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 46 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L46

Added line #L46 was not covered by tests

Check warning on line 70 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L50-L70

Added lines #L50 - L70 were not covered by tests

Check warning on line 73 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 76 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 79 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 82 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 85 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 88 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 90 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L90

Added line #L90 was not covered by tests

Check warning on line 96 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L96

Added line #L96 was not covered by tests

Check warning on line 107 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L98-L107

Added lines #L98 - L107 were not covered by tests

Check warning on line 110 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 112 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L112

Added line #L112 was not covered by tests

Check warning on line 122 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L122

Added line #L122 was not covered by tests

Check warning on line 125 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L125

Added line #L125 was not covered by tests

Check warning on line 128 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L128

Added line #L128 was not covered by tests

Check warning on line 130 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L130

Added line #L130 was not covered by tests

Check warning on line 134 in paddlenlp/transformers/chatglm_v2/modeling_pp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/transformers/chatglm_v2/modeling_pp.py#L133-L134

Added lines #L133 - L134 were not covered by tests