You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
CI 维护人员检查 H20 single card 机器 GPU 是否正常挂载,paddlefleet_ops.__init__ 在 module 级别调用 paddle.cuda.get_device_capability() 时 Paddle 检测到 CPU Place,说明 CUDA 设备初始化失败
H20 single card 显卡掉:paddlefleet_ops 在 module import 时无条件调用 paddle.cuda.get_device_capability(),而 H20 single card CI 机器 CUDA 设备未被正确识别(Place(cpu) 被返回),属于已知 CI 机器环境问题,与 PR 代码无直接关系。
全平台 Loss Diff:PR 修改了 GLM4.5 相关的训练/SFT/LoRA/DPO 路径,导致所有相关 case 的 Step-10 loss 与 baseline GT 产生微小偏差(精度容忍度为 rtol=0, atol=0,即零容忍);check_precision_approval.sh 检测到 precision 发生变化,要求 approver 介入。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before submitting
testsfolder. If there are codecov issues, please add tests cases first.PR types
Others
PR changes
Others
Description
FT for GLM45