已合并
create repo for torchcomms_npu #662
wjlflyer创建于 24 天前
create repo for torchcomms_npu #662
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 wjlflyer 的贡献)atomgit-bot
24 天前 评论:
24 天前 评论:
变更摘要
此 PR 新增了 AscendForPyTorch/sigs/distributed/ascend/torchcomms_npu.yaml 仓库配置文件,用于在 Ascend for PyTorch 生态中创建 torchcomms_npu 公共仓库。该文件定义了仓库的基本元数据(名称、描述、可见性)以及受保护的 master 分支。
主要改动
- 新增仓库配置文件
torchcomms_npu.yaml:在AscendForPyTorch/sigs/distributed/ascend/路径下新增该文件,作为torchcomms_npu仓库的创建声明。 - 设置仓库名称为
torchcomms_npu:通过name字段将仓库命名为torchcomms_npu,标识该仓库归属分布式通信领域。 - 设置仓库可见性为
public:通过type字段将仓库设为公开类型,开放外部访问。 - 定义受保护的
master分支:通过branches列表声明master分支并设置其类型为protected,确保主分支的稳定性与受控提交。


atomgit-bot
24 天前 评论:
24 天前 评论:
24 天前 添加了label:ascend-cla/yes
ascend-robot
24 天前 评论:
24 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| sig-distributed | ✅ renyujin, zhenyu10 (2/2) | ✅ renyujin (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
wjlflyer, thanks for your pull request. All authors of the commits have signed the CLA. 👍


24 天前 添加了label:ci-pipeline-running
ascend-robot
24 天前 评论:
24 天前 评论:
✅ 规则检查门禁通过!
| 检查项 | 检查结果 | 错误详情 |
|---|---|---|
| YAML格式检查 | ✅ 已通过 | - |
| 必须字段检查 | ✅ 已通过 | - |
| gitcode_id存在性检查 | ✅ 已通过 | - |
| 仓库存在性检查 | ✅ 已通过 | - |
| 文件位置检查 | ✅ 已通过 | - |
| 字段一致性检查 | ✅ 已通过 | - |
| maintainer数量检查 | ✅ 已通过 | - |
| 仓库类型检查 | ✅ 已通过 | - |
| sig名唯一性检查 | ✅ 已通过 | - |
| sig目录注册检查 | ✅ 已通过 | - |


24 天前 删除了label:ci-pipeline-running
24 天前 添加了label:ci-pipeline-passed
ascend-robot
24 天前 评论:
24 天前 评论:
ascend docs pipeline is running...


24 天前 添加了label:docs-ci-pipeline-running
ascend-robot
24 天前 评论:
24 天前 评论:
✅ 跳过 docs ci 检查,没有需要检查的文档文件


24 天前 删除了label:docs-ci-pipeline-running
24 天前 添加了label:docs-ci-pipeline-success
20 天前 添加了label:approvedlgtm
20 天前 合入了pull request
create repo for torchcomms_npu