PaddleNLP icon indicating copy to clipboard operation
PaddleNLP copied to clipboard

【Hackathon 8th No.28】在 PaddleNLP 中复现 Phi3

Open robinbg opened this issue 5 months ago • 5 comments
trafficstars

Before submitting

  • [ ] Lint code. If there are lint issues, please format the code first.
# 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

PR changes

Description

robinbg avatar Jun 01 '25 09:06 robinbg

Thanks for your contribution!

paddle-bot[bot] avatar Jun 01 '25 09:06 paddle-bot[bot]

请将文件通过pre-commit 处理后再补充提交以统一格式,可参考以下命令:

# 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

DrownFish19 avatar Jun 04 '25 04:06 DrownFish19

  • 可下载「如流」扫码加入第八期黑客松交流群

luotao1 avatar Jun 04 '25 04:06 luotao1

  1. 需要在XXXPretrainedModel中补充_get_name_mappings (支持参数转换)、_get_tensor_parallel_mappings (支持模型并行参数切分)、_get_fuse_or_split_param_mappings(支持参数自动化融合切分)。
  2. 需要参考Qwen2模型支持并行策略以支持模型训练。

DrownFish19 avatar Jun 04 '25 04:06 DrownFish19

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 09 '25 07:06 CLAassistant

This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。

github-actions[bot] avatar Aug 09 '25 00:08 github-actions[bot]