文件最后提交记录最后更新时间
add_comment Co-authored-by: Zhaiwenxuan<zhaiwenxuan4@h-partners.com> # message auto-generated for no-merge-commit merge: !3354 merge master into master add_comment Created-by: Zhaiwenxuan Commit-by: Zhaiwenxuan Merged-by: ascend-robot Description: tests_extend\example\train_distributed_ms.sh和tests_extend\example\train_distributed.sh增加注释 See merge request: Ascend/MindSpeed!33542 个月前
[mindspore] [ut][master]add uts for mindspore Co-authored-by: kongdeshuo<1670690897@qq.com> # message auto-generated for no-merge-commit merge: !2891 merge master into master [mindspore] [ut][master]add uts for mindspore Created-by: kongdeshuo Commit-by: kongdeshuo Merged-by: ascend-robot Description: add uts for mindspore See merge request: Ascend/MindSpeed!28917 个月前
!1981 fix oom script Merge pull request !1981 from wangyuansheng8/master 1 年前
fix: update software environment versions in README and script Co-authored-by: wangjinyi6<wangjinyi6@huawei.com> # message auto-generated for no-merge-commit merge: !3423 merge feat/2600-core-r0121 into 26.0.0_core_r0.12.1 fix: update software environment versions in README and script Created-by: wangjinyi6 Commit-by: wangjinyi6 Merged-by: ascend-robot Description: cherry pick至26.0.0_core_r0.12.1分支 1. 修改配套版本 See merge request: Ascend/MindSpeed!34238 天前
fix: mc2 validate args Co-authored-by: clc2025<chenlucong@huawei.com> # message auto-generated for no-merge-commit merge: !3402 merge 26q1 into 26.0.0_core_r0.12.1 fix: mc2 validate args Created-by: clc2025 Commit-by: clc2025 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. DTS2026040735953 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!34021 个月前
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 个月前
!2114 实现pipeline parallel的noop layer的重构 Merge pull request !2114 from liurong1995/feature_noop 1 年前
!2664 Add verl document Merge pull request !2664 from Jializheng/master 10 个月前
[mindspore][ut]add mindspore_ut Co-authored-by: ybwang19<1605891897@qq.com> # message auto-generated for no-merge-commit merge: merge master into master [mindspore][ut]add mindspore_ut Created-by: ybwang19 Commit-by: ybwang19 Merged-by: ascend-robot Description: 用例:npu_rms_norm 耗时:13s 结果:PASS ![image.png](https://raw.gitcode.com/user-images/assets/7404741/3b6f129c-6674-4595-aa31-da8365a37d9f/image.png 'image.png') See merge request: Ascend/MindSpeed!28847 个月前
README.md

Tests Usage

  1. Install mindspeed

    pip install -e .
    
  2. Copy the entire tests_extend to the root path of Megatron-LM

    cp -r tests_extend {PATH_TO_MEGATRON_LM}
    
  3. Run a single test by pytest command line under Megatron-LM root path

    cd {PATH_TO_MEGATRON_LM}
    pytest tests_extend/unit_tests/megatron/test_distrib_optimizer.py
    
  4. Run the whole tests

    cd {PATH_TO_MEGATRON_LM}
    pytest tests_extend