文件最后提交记录最后更新时间
doc: adjust doc Co-authored-by: liutongtong27<liutongtong15@h-partners.com> # message auto-generated for no-merge-commit merge: !3305 merge master_menutest into master doc: adjust doc Created-by: liutongtong27 Commit-by: liutongtong27 Merged-by: ascend-robot Description: What this PR does / why we need it? Please describe the background and detailed changes of the PR. If it is a bugfix, please attach the related issue. Does this PR introduce any user-facing change? Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path. How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. See merge request: Ascend/MindSpeed!33052 个月前
docs:fix docs/zh mistakes Co-authored-by: Keilo_W<wangkaiyu11@h-partners.com> # message auto-generated for no-merge-commit merge: !3318 merge master into master docs:fix docs/zh mistakes Created-by: Keilo_W Commit-by: Keilo_W Merged-by: ascend-robot Description: 修改了一些被误操作的注释及代码 See merge request: Ascend/MindSpeed!33182 个月前
!1825 长序列支持BNSD和arguments整改 Merge pull request !1825 from YE ZHENYUAN/master 1 年前
README.md

yaml-cfg使用指导

  1. Megatron-LM目录下修改megatron/core/transformer/transformer_config.py文件,删除max_position_embeddings: int = 0。 此参数在Megatron-LM为废弃参数且会导致报错。

  2. 复制 tests_extend文件夹到Megatron-LM根目录下。

    cp -r tests_extend {PATH_TO_MEGATRON_LM}
    
  3. Megatron-LM目录下,执行示例脚本。

    cd {PATH_TO_MEGATRON_LM}
    bash tests_extend/system_tests/yaml_args_example/pretrain_yaml_args.sh
    
  4. example.yaml为示例yaml文件,在实际使用中,可能会出现因示例yaml中未包含特定参数导致脚本报错,需在示例yaml中添加相应参数后,重新执行脚本。