Conversation
CLA Signature Passyzeyu71, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passyzeyu71, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
CLA Signature Passyzeyu71, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Contributor
|
📖 文档预览:https://ascend.github.io/docs/pr-preview/pr-170/sources/modelscope/ 也可打开整站首页。 构建自 |
CLA Signature Passyzeyu71, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
…ernal links - Demote all heading levels in quick_start.md by one (H1->H2, H2->H3, H3->H4) to fix duplicate heading when included in index.md - Add external links section to index.md (GitHub and docs URLs) Signed-off-by: yangzeyu <yangzeyu7@huawei.com>
yzeyu71
force-pushed
the
modelscope-quick-start-guard
branch
from
September 22, 2026 07:36
441c8eb to
2ba7322
Compare
CLA Signature Passyzeyu71, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Signed-off-by: yangzeyu <yangzeyu7@huawei.com>
CLA Signature Passyzeyu71, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sources/modelscope/(index.md + quick_start.md)、tests/modelscope/(__init__.py+test_quick_start_ascend.py)、.github/workflows/modelscope-quick-start.yml(薄触发器,调用 quick-start-template 引擎:12h cron + dispatch + PR path 过滤).[framework]extra)→modelscope download拉取 Qwen2.5-0.5B-Instruct → 单卡 NPU 文本生成推理(AutoModelForCausalLM+.to('npu:0');modelscope 的verify_device白名单不接受npu,已在文档 Note 中说明)DEFAULT_COMMAND_TIMEOUT=3600、CANN env source、CUDA 排除清单、torch 栈探测复用镜像版本、modelscope 缓存校验(diagnose_mount_environment/report_modelscope_state/purge_modelscope_corrupt)~/.cache/modelscope落在其中),与 peft / ComfyUI 触发器一致Test plan
modelscope-quick-start守护流水线(paths 过滤 sources/modelscope/、tests/modelscope/),NPU runner 上端到端跑通workflow_dispatch手动跑一次,确认 monitor-state-modelscope-* 缓存与 result.json 上传正常