Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleNLP i…
Browse files Browse the repository at this point in the history
…nto add_split_param
  • Loading branch information
DesmonDay committed Oct 25, 2024
2 parents 238888d + 81ffc78 commit 780040e
Show file tree
Hide file tree
Showing 2,181 changed files with 25,618 additions and 9,265 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Pipelines-Test
on:
push:
paths:
- 'legacy/pipelines/*'
- 'slm/pipelines/*'
pull_request:
paths:
- 'legacy/pipelines/*'
- 'slm/pipelines/*'


jobs:
Expand All @@ -20,11 +20,11 @@ jobs:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Install dependencies
working-directory: ./legacy/pipelines
working-directory: ./slm/pipelines
run: |
python -m pip install --upgrade pip
make install
pip install -r tests/requirements.txt
- name: run the command
working-directory: ./legacy/pipelines
working-directory: ./slm/pipelines
run: make test
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: 'legacy/model_zoo/gpt-3'
exclude: 'slm/model_zoo/gpt-3'
repos:
# For Python files
- repo: https://github.com/psf/black.git
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ python -u -m paddle.distributed.launch --gpus "0,1,2,3,4,5,6,7" run_finetune.py

更多 PaddleNLP 内容可参考:

* [精选模型库](./legacy/model_zoo),包含优质预训练模型的端到端全流程使用。
* [多场景示例](./legacy/examples),了解如何使用 PaddleNLP 解决 NLP 多种技术问题,包含基础技术、系统应用与拓展应用。
* [精选模型库](./slm/model_zoo),包含优质预训练模型的端到端全流程使用。
* [多场景示例](./slm/examples),了解如何使用 PaddleNLP 解决 NLP 多种技术问题,包含基础技术、系统应用与拓展应用。
* [交互式教程](https://aistudio.baidu.com/aistudio/personalcenter/thirdview/574995),在🆓免费算力平台 AI Studio 上快速学习 PaddleNLP。

------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ For more steps in the entire large model process, please refer to the[Large Mode

For more PaddleNLP content, please refer to:

* [Model Library](./legacy/model_zoo),which includes end-to-end usage of high-quality pre-trained models.
* [Multi-scenario Examples](./legacy/examples),to understand how to use PaddleNLP to solve various NLP technical problems, including basic techniques, system applications, and extended applications.
* [Model Library](./slm/model_zoo),which includes end-to-end usage of high-quality pre-trained models.
* [Multi-scenario Examples](./slm/examples),to understand how to use PaddleNLP to solve various NLP technical problems, including basic techniques, system applications, and extended applications.
* [Interactive Tutorial](https://aistudio.baidu.com/aistudio/personalcenter/thirdview/574995),to quickly learn PaddleNLP on the free computing platform AI Studio.

------------------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 780040e

Please sign in to comment.