(docs): enchance roll_docs & update local code test. - #142
Merged
Conversation
修改了保存检查点的条件,使其在达到最大步数时也进行保存。 Link: https://code.alibaba-inc.com/openlm/ScaleAligner/codereview/22963401 * refactor: update checkpoint condition logic in base pipeline * refactor: adjust checkpoint condition logic (cherry picked from commit 34ab810bf9e9a65ecd2d38b1a602872902918b8a)
在 `frozen_lake` 和 `sokoban` 环境的配置文件中,启用了 KL 散度损失并调整了优势标准化和裁剪参数,同时修正了格式惩罚值。 Link: https://code.alibaba-inc.com/openlm/ScaleAligner/codereview/22978205 * (fix): fix gigpo config. (cherry picked from commit ced1143026ffa5099a8b5d889e578555e48e0b57)
Discussed-in: Merge-Request 22959728 1/2, URL: https://code.alibaba-inc.com/openlm/ScaleAligner/codereview/22959728 (cherry picked from commit cdb33c956a86f9093f1ba8f79945b040182661bf)
Discussed-in: Merge-Request 22959728 2/2, URL: https://code.alibaba-inc.com/openlm/ScaleAligner/codereview/22959728 (cherry picked from commit 60f07be534d5e215e098db8b5e7d058e15efce5e)
文档更新将 Megatron 模型的相关说明更改为 MCoreAdapter 模型,并明确指出转换工具适用于由 `megatron_strategy` 训练的模型。 Link: https://code.alibaba-inc.com/openlm/ScaleAligner/codereview/23069812 * (docs): fix mcore adapter convert. (cherry picked from commit 44d354363baafc9c8637f6c963696196b1dba95f)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
(docs): enchance roll_docs.
(feat): update local code test.
(feat): add qwen3 8B&235B config.