| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[bugfix]解决测试用例导包失败的问题 Co-authored-by: mazhixin00_00<mazhixin7@huawei.com> # message auto-generated for no-merge-commit merge: !199 merge init into dev [bugfix]解决测试用例导包失败的问题 Created-by: mazhixin00_00 Commit-by: mazhixin00_00 Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20251224 --> # Which issue(s) this PR fixes or accomplishes 有些环境,跑测试用例导包失败的问题  # Test Plan 全量测试 # Test Report  See merge request: Ascend/MindIE-SD!199 | 4 个月前 | |
[Quant]Optimize online quantization config and docs Co-authored-by: lijinxi<lijinxi2@huawei.com> # message auto-generated for no-merge-commit merge: !401 merge dev into dev [Quant]Optimize online quantization config and docs Created-by: weixin_44144262 Commit-by: lijinxi Merged-by: ascend-robot Description: # Purpose 更新在线量化文档和功能优化 新增fa和mm算法配置 新增回退手段 # Test Plan 测试Wan2.2 e2e # Test Report  See merge request: Ascend/MindIE-SD!401 | 1 个月前 | |
[Quant]Optimize online quantization config and docs Co-authored-by: lijinxi<lijinxi2@huawei.com> # message auto-generated for no-merge-commit merge: !401 merge dev into dev [Quant]Optimize online quantization config and docs Created-by: weixin_44144262 Commit-by: lijinxi Merged-by: ascend-robot Description: # Purpose 更新在线量化文档和功能优化 新增fa和mm算法配置 新增回退手段 # Test Plan 测试Wan2.2 e2e # Test Report  See merge request: Ascend/MindIE-SD!401 | 1 个月前 | |
UT分类测试 Co-authored-by: changetheway<guotaoyuan1@h-partners.com> # message auto-generated for no-merge-commit merge: !203 merge ut_Classification into dev UT分类测试 Created-by: changetheway Commit-by: changetheway Merged-by: ascend-robot Description: # 分类UT测试 测试用例划分为三种类型: - 不依赖npu,可以在cpu环境下下运行的测试用例 执行 cd tests/ bash run_test.sh --cpu_only - 依赖npu运行的测试用例 执行 cd tests/ bash run_test.sh --npu_only - 在npu环境下,运行全量测试用例的方式和之前保持一致 执行 cd tests/ bash run_test.sh # 测试报告 运行cpu_only测试用例成功:  运行npu_only测试用例成功:  运行全量测试用例成功:  See merge request: Ascend/MindIE-SD!203 | 4 个月前 | |
[Quant]Optimize online quantization config and docs Co-authored-by: lijinxi<lijinxi2@huawei.com> # message auto-generated for no-merge-commit merge: !401 merge dev into dev [Quant]Optimize online quantization config and docs Created-by: weixin_44144262 Commit-by: lijinxi Merged-by: ascend-robot Description: # Purpose 更新在线量化文档和功能优化 新增fa和mm算法配置 新增回退手段 # Test Plan 测试Wan2.2 e2e # Test Report  See merge request: Ascend/MindIE-SD!401 | 1 个月前 | |
[Bugfix] Resolve 4 UT errors under torch 2.10 environment Co-authored-by: changetheway<guotaoyuan1@h-partners.com> # message auto-generated for no-merge-commit merge: !456 merge hitest_0716 into dev [Bugfix] Resolve 4 UT errors under torch 2.10 environment Created-by: changetheway Commit-by: changetheway Merged-by: ascend-robot Description: # Which issue(s) this PR fixes or accomplishes Fixes #<229> # Purpose 修复 torch 2.10.x 环境下全量 UT 的 4 个 error(Ran 590 tests ... FAILED errors=4)。 1. mindiesd/layers/register_ops.py:114 将 torch.__version__.startswith("2.1") 改为 _get_torch_major_minor(torch.__version__) == "2.1"。 原写法在 torch 2.10 下因 "2.10".startswith("2.1") 为 True 而误走 2.1 分支, _native_register_fake 未定义,导致 test_compatible_register_fake_{decorator,wrapper} patch 失败。 复用同文件已有的 _get_torch_major_minor(与 SUPPORTED_TORCH_PLUGIN_VARIANTS["2.10"] 解析一致)。 2. tests/quantization/test_quantize.py:404/426 dtype 由 torch.float32 改为 torch.bfloat16,对齐 QuantConfig 仅允许 fp16/bf16 的约束 (config.py:138-139),与同文件 line 380 既有写法一致。 修复 test_online_quantize_with_mm_and_fa、test_online_quantize_fa_layers_no_match。 # Test Plan - 定向回归:bash run_test.sh layers/test_register_ops.py quantization/test_quantize.py - 全量回归(可选):bash run_test.sh,确认 errors=0 - 建议在 torch 2.1.x 与 torch 2.10.x 各跑一次,验证版本分支选择正确 - 提交前:pre-commit run --all-files(本 PR 仅改 .py,无 .md,无需 markdownlint) # Test Report 环境:torch 2.10.x / python 3.12.13 / CANN 9.0.0 定向回归(修复后): - layers/test_register_ops.py:Ran 6 tests in 0.008s — OK(修复前 2 errors) - quantization/test_quantize.py:Ran 43 tests in 0.214s — OK (skipped=1)(修复前 2 errors) See merge request: Ascend/MindIE-SD!456 | 16 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 16 天前 |