| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
【docs】文档修改-增加API参考&加速API Co-authored-by: xiao-qing123<xiaoqing14@h-partners.com> # message auto-generated for no-merge-commit merge: !263 merge dev into dev 【docs】文档修改-增加API参考&加速API Created-by: xiao-qing123 Commit-by: xiao-qing123 Merged-by: ascend-robot Description: fixes [#86](https://gitcode.com/Ascend/MindIE-SD/issues/86) 1、新增API参考(社区API接口) 2、新增加速API(原社区layer层) 3、删除readme中的快速入门和单多卡并行示例内容(有单独的quick_start承载) 4、算子融合单独拆分出来,在特性章节独立存在 5、删除特性章节目录名称中的“加速特性” 6、黄区大模型检测问题修改 See merge request: Ascend/MindIE-SD!263 | 2 个月前 | |
[Chore][deps]Reorganize requirements into layers and loosen version constraints Co-authored-by: changetheway<guotaoyuan1@h-partners.com> # message auto-generated for no-merge-commit merge: !398 merge requirment into dev [Chore][deps]Reorganize requirements into layers and loosen version constraints Created-by: changetheway Commit-by: changetheway Merged-by: ascend-robot Description: # Which issue(s) this PR fixes or accomplishes Fix part of #92 # Purpose 按 #92「外部依赖治理」的阶段一(依赖声明收敛)重构依赖分层并放宽版本约束,让安装边界更清晰、降低版本漂移: - 核心运行依赖收敛到 requirements.txt:仅 torch/torch_npu 钉 2.9.0,其余用 >=/不锁;新增此前 import mindiesd 缺失的 safetensors。 - 服务化依赖就近放到 examples/service/requirements.txt(唯一真相源);模型生态间接依赖交由外部模型仓自管。 - examples/dummy_run/requirements.txt 补 torch_npu、tensorboard(示例实际需要)。 - 放宽测试/Lint 工具版本:coverage、pre-commit 改 >=;timm==0.9.12(1.x 会 ImportError)、mypy==1.13.0(保类型检查可复现)按需保留 pin。 - 文档(installation/quick_start/service.md,中英文同步)补充分层安装说明与 triton-ascend 3.2.1 的 GitCode 安装来源。 - THIRD_PARTY_LICENSES.txt 去版本号并对齐当前依赖集(补 torch_npu/triton/triton-ascend/safetensors,删过期条目)。 # Test Plan 1. 安装核心运行依赖:pip install -r requirements.txt(应非破坏性,不动 torch/torch_npu)。 2. 源码构建 wheel:python setup.py bdist_wheel。 3. 验证 import mindiesd 及调用接口(如构造 QuantConfig / OnlineQuantConfig)。 4. (SparseLinearAttention)从 GitCode 发布页装 triton-ascend 3.2.1,确认无禁用告警。 5. 核对 installation/quick_start 文档安装路径与 THIRD_PARTY_LICENSES 清单。 # Test Report - pip install -r requirements.txt:非破坏性(装入 triton 3.5.0 / triton-ascend 3.2.1 / strenum,torch 与 torch_npu 不变)。 - python setup.py bdist_wheel:成功,产出 dist/mindiesd-3.0.0-*.whl 与 mindiesd/plugin/libPTAExtensionOPS.so。 - import mindiesd:通过,16 个 __all__ 符号全部可达。 See merge request: Ascend/MindIE-SD!398 | 15 天前 | |
[Chore][deps]Reorganize requirements into layers and loosen version constraints Co-authored-by: changetheway<guotaoyuan1@h-partners.com> # message auto-generated for no-merge-commit merge: !398 merge requirment into dev [Chore][deps]Reorganize requirements into layers and loosen version constraints Created-by: changetheway Commit-by: changetheway Merged-by: ascend-robot Description: # Which issue(s) this PR fixes or accomplishes Fix part of #92 # Purpose 按 #92「外部依赖治理」的阶段一(依赖声明收敛)重构依赖分层并放宽版本约束,让安装边界更清晰、降低版本漂移: - 核心运行依赖收敛到 requirements.txt:仅 torch/torch_npu 钉 2.9.0,其余用 >=/不锁;新增此前 import mindiesd 缺失的 safetensors。 - 服务化依赖就近放到 examples/service/requirements.txt(唯一真相源);模型生态间接依赖交由外部模型仓自管。 - examples/dummy_run/requirements.txt 补 torch_npu、tensorboard(示例实际需要)。 - 放宽测试/Lint 工具版本:coverage、pre-commit 改 >=;timm==0.9.12(1.x 会 ImportError)、mypy==1.13.0(保类型检查可复现)按需保留 pin。 - 文档(installation/quick_start/service.md,中英文同步)补充分层安装说明与 triton-ascend 3.2.1 的 GitCode 安装来源。 - THIRD_PARTY_LICENSES.txt 去版本号并对齐当前依赖集(补 torch_npu/triton/triton-ascend/safetensors,删过期条目)。 # Test Plan 1. 安装核心运行依赖:pip install -r requirements.txt(应非破坏性,不动 torch/torch_npu)。 2. 源码构建 wheel:python setup.py bdist_wheel。 3. 验证 import mindiesd 及调用接口(如构造 QuantConfig / OnlineQuantConfig)。 4. (SparseLinearAttention)从 GitCode 发布页装 triton-ascend 3.2.1,确认无禁用告警。 5. 核对 installation/quick_start 文档安装路径与 THIRD_PARTY_LICENSES 清单。 # Test Report - pip install -r requirements.txt:非破坏性(装入 triton 3.5.0 / triton-ascend 3.2.1 / strenum,torch 与 torch_npu 不变)。 - python setup.py bdist_wheel:成功,产出 dist/mindiesd-3.0.0-*.whl 与 mindiesd/plugin/libPTAExtensionOPS.so。 - import mindiesd:通过,16 个 __all__ 符号全部可达。 See merge request: Ascend/MindIE-SD!398 | 15 天前 | |
squash Co-authored-by: w00955629<wangruonan14@huawei.com> # message auto-generated for no-merge-commit merge: !341 merge feature-power-cap into dev add feature: FA_power_cap and examples Created-by: w00955629 Commit-by: w00955629 Merged-by: ascend-robot Description: # Which issue(s) this PR fixes or accomplishes N/A # Purpose Address review comments for FA_Power_Cap documentation: - Align the FA_Power_Cap page title with other feature documents. - Add FA_Power_Cap entries to architecture and index documentation. - Keep Chinese and English documentation links consistent. # Test Plan - Check Markdown diff scope. - Build Chinese documentation with Sphinx. - Build English documentation with Sphinx. - Push branch and verify GitCode remote hooks. # Test Report - git diff --check: passed - SPHINX_LANGUAGE=zh python -m sphinx -b html docs/zh docs/_build/zh/html -c docs: passed - SPHINX_LANGUAGE=en python -m sphinx -b html docs/en docs/_build/en/html -c docs: passed - GitCode remote hooks: passed - markdownlint/pre-commit: not run because they are not installed locally See merge request: Ascend/MindIE-SD!341 | 28 天前 |