文件最后提交记录最后更新时间
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 个月前
!2042 融合auto_tuning 和auto_parallel方案 Merge pull request !2042 from weijinqian_v1/master_dev 1 年前
[auto settings] fix auto settings feature Co-authored-by: mhlinoer<lvmuheng@h-partners.com> # message auto-generated for no-merge-commit merge: !2926 merge master into master [auto settings] fix auto settings feature Created-by: mhlinoer Commit-by: mhlinoer Merged-by: ascend-robot Description: [auto settings] fix auto settings feature See merge request: Ascend/MindSpeed!29267 个月前
!2042 融合auto_tuning 和auto_parallel方案 Merge pull request !2042 from weijinqian_v1/master_dev 1 年前
disttrain intervl2 适配开箱 Co-authored-by: gcw_amOUPDs9<fuyuefeng@huawei.com> # message auto-generated for no-merge-commit merge: !2915 merge master into master disttrain intervl2 适配开箱 Created-by: gcw_amOUPDs9 Commit-by: gcw_amOUPDs9 Merged-by: ascend-robot Description: disttrain intervl2 适配开箱 disttrain intervl2 适配开箱 See merge request: Ascend/MindSpeed!29156 个月前
!2042 融合auto_tuning 和auto_parallel方案 Merge pull request !2042 from weijinqian_v1/master_dev 1 年前
README.md

profiling_configs.json规则

  1. 可识别字段有name, tp, cp, pp, seq, experts, ep, mc2
    • 可识别字段拥有缺省默认值, 可选择不配置
  2. name字段默认值为空字符串, 若取值中出现skip或其任意大小写变体, 此条配置会被跳过
  3. tp字段默认值为"default", 可选配置mul_t_by=n, 即开启tp=默认tp*n
  4. seq字段默认值为"default", 可选配置slice_seq_by=n, 即开启seq_length=默认seq_length//n, 当seq_length低于2K时, 取值变为默认seq_length*n
  5. 当disable_cp_flag开启时, 开启cp的配置会被跳过
  6. seq_length//cp低于2K时, 此条配置会被跳过