acdf2684创建于 2025年3月5日历史提交
文件最后提交记录最后更新时间
!1986 fix oom script Merge pull request !1986 from wangyuansheng8/1.0.0_core_r0.6.0 1 年前
!1868 add a validate rule of mc2 Merge pull request !1868 from wangyuansheng8/1.0.0_core_r0.6.0 1 年前
!359 change ascendspeed to mindspeed Merge pull request !359 from 邓佳/master 1 年前
!1517 参数副本确定性计算Bug修复 & UT构建 Merge pull request !1517 from Kingsleyandher/1.0.0_core_r0.6.0 1 年前
!359 change ascendspeed to mindspeed Merge pull request !359 from 邓佳/master 1 年前
!173 [UT] Add ut of context parallel with ring attention Merge pull request !173 from 郭鹏/master 2 年前
!270 UTs optimization Merge pull request !270 from Jializheng/master 2 年前
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/optimizer/test_distrib_optimizer.py
    
  4. Run the whole tests

    cd {PATH_TO_MEGATRON_LM}
    pytest tests_extend