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

[GIT] New feature: add pull request template. #26

Merged
merged 2 commits into from
Feb 25, 2021

Conversation

ZHUI
Copy link
Collaborator

@ZHUI ZHUI commented Feb 22, 2021

PR types

New features

PR changes

Others

Describe

New feature: add pull request template.
This template is the same as the Paddle repo.
https://github.com/PaddlePaddle/Paddle/blob/develop/.github/PULL_REQUEST_TEMPLATE.md

@ZHUI ZHUI requested review from ZeyuChen and wawltor February 22, 2021 06:57
@@ -0,0 +1,9 @@
<!-- Demo: https://github.com/PaddlePaddle/Paddle/pull/24810 -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个改成PaddleNLP的PR

<!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] -->

### PR changes
<!-- One of [ OPs | APIs | Docs | Others ] -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR changes要归纳一下目前已有的改动,Ops不太适合放在这里

@ZHUI ZHUI requested a review from wawltor February 25, 2021 06:24
@wawltor wawltor merged commit aa63a93 into PaddlePaddle:develop Feb 25, 2021
@LiuChiachi LiuChiachi mentioned this pull request May 20, 2021
@ZHUI ZHUI deleted the nlp/pr_template branch July 7, 2021 02:49
bmers pushed a commit to bmers/PaddleNLP that referenced this pull request Jan 2, 2024
liufengwei0103 added a commit to blacksheep-Aristotle/PaddleNLP that referenced this pull request Feb 21, 2025
<!-- Demo: PaddlePaddle#26 -->
#### Before submitting



```shell
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
```



### PR types
<!-- One of [ New features | Bug fixes | Function optimization |
Performance optimization | Breaking changes | Others ] -->

### PR changes
<!-- One of [ Models | APIs | Docs | Others ] -->

### Description

1.rebase
2.修复sft文件依赖错误,LoRAAutoConfig错误
liufengwei0103 added a commit to blacksheep-Aristotle/PaddleNLP that referenced this pull request Feb 22, 2025
<!-- Demo: PaddlePaddle#26 -->
#### Before submitting

- [ ] Lint code. If there are lint issues, please format the code first.

```shell
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
```

- [ ] Add test cases into `tests` folder. If there are codecov issues,
please add tests cases first.

### PR types
<!-- One of [ New features | Bug fixes | Function optimization |
Performance optimization | Breaking changes | Others ] -->

### PR changes
<!-- One of [ Models | APIs | Docs | Others ] -->

### Description
add ci guard
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.

2 participants