Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
MindIE-Motor-ykq
/
ci
下载当前目录
wumingjing
社区代码静态检查能力增强
38895814
创建于
2月10日
历史提交
文件
最后提交记录
最后更新时间
install
MindIE Motor仓目录调整 Co-authored-by: zhangdiago<zhangdi5@huawei.com> # message auto-generated for no-merge-commit merge:
!71
merge personal/z00833806/Motor_Dir0121 into dev MindIE Motor仓目录调整 Created-by: zhangdiago Commit-by: zhangdiago Merged-by: ascend-robot Description: ## **1. 合入背景** 开源社区目录与代码整改方案对齐 [
#46
](
https://gitcode.com/Ascend/MindIE-Motor/issues/46)
1/3 15:30–16:30 (UTC+08:00)Beijing 陈波;何建平;康宇昕;柯展;罗福云;王晓鹏;吕有辉;吴铭泾;王君;张迪;喻军宇;耿力;王洋 通过线上会议+群聊对齐方式达成一致: nodeManager和om adapter两个python组建,更改目录结构到mindie motor下,与mindie motor一起出一个整包,不再单独出包,原本的mindie service目录废弃; ## **2. 修改内容** 1.mindie_service改为mindie_motor; 2.management_service改为src 3.http_client_ctl挪到src目录; 4.mindie_motor下新增python/mindie_motor目录,node_manager、om_adapter挪到此目录下,另外controller和coordinator的whl包打包代码也放在此目录 ## **3. 资料变更** 资料需要适配新目录 ## **4. 接口变更** 不涉及 ## **5. 测试结果** 打包验证OK:  大EP验证: 镜像信息:
https://cmc-szv.clouddragon.huawei.com/cmcversion/index/findSnapshotRelease?deltaId=14076751309850496&isSelect=Inner&url_data=MindIE-images
在上述镜像基础上安装上面编译的whl包  安装: boot.sh内添加如实适配命令: pip install /mnt/z00833806/mindie_motor-1.0.0-cp311-cp311-linux_aarch64.whl --force-reinstall chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 550 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/*; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/boot.sh; chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 700 /root; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/model_config/*.json; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/machine_config/*.json; 拉起OK  业务验证curl通了  ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [x] 代码注释完备 [x] 正确记录维测日志 [x] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!71
4 个月前
pre-commit
社区代码静态检查能力增强 Co-authored-by: yjy_ac<yujunyu3@huawei.com> Co-authored-by: wumingjing<wumingjing@huawei.com> Co-authored-by: hejianping<hejianping7@huawei.com> # message auto-generated for no-merge-commit merge:
!90
merge br_pre-commit_motor into dev 社区代码静态检查能力增强 Created-by: hejianping Commit-by: hejianping;wumingjing;yjy_ac Merged-by: wumingjing Description: ## **1. 合入背景** 目前在MindIE-Motor社区中,没有部署个人级静态检查工具,很多开发过程中存在的低级错误,依赖Committer的代码检视无法完全看护,亟需进行静态检查能力增强,本PR合入关联issue:Fixs [
#56
](
https://gitcode.com/Ascend/MindIE-Motor/issues/56)
## **2. 修改内容** 参考主流开源社区,部署pre-commit检查工具,进行静态检查 ## **3. 资料变更** 不涉及 ## **4. 接口变更** 不涉及 ## **5. 测试结果** 不涉及 ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [x] 代码注释完备 [x] 正确记录维测日志 [x] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!90
3 个月前
bep_env.conf
[dev]Synchronize code Co-authored-by: forcekeng<gengli8@huawei.com>
5 个月前
build.sh
MindIE Motor仓目录调整 Co-authored-by: zhangdiago<zhangdi5@huawei.com> # message auto-generated for no-merge-commit merge:
!71
merge personal/z00833806/Motor_Dir0121 into dev MindIE Motor仓目录调整 Created-by: zhangdiago Commit-by: zhangdiago Merged-by: ascend-robot Description: ## **1. 合入背景** 开源社区目录与代码整改方案对齐 [
#46
](
https://gitcode.com/Ascend/MindIE-Motor/issues/46)
1/3 15:30–16:30 (UTC+08:00)Beijing 陈波;何建平;康宇昕;柯展;罗福云;王晓鹏;吕有辉;吴铭泾;王君;张迪;喻军宇;耿力;王洋 通过线上会议+群聊对齐方式达成一致: nodeManager和om adapter两个python组建,更改目录结构到mindie motor下,与mindie motor一起出一个整包,不再单独出包,原本的mindie service目录废弃; ## **2. 修改内容** 1.mindie_service改为mindie_motor; 2.management_service改为src 3.http_client_ctl挪到src目录; 4.mindie_motor下新增python/mindie_motor目录,node_manager、om_adapter挪到此目录下,另外controller和coordinator的whl包打包代码也放在此目录 ## **3. 资料变更** 资料需要适配新目录 ## **4. 接口变更** 不涉及 ## **5. 测试结果** 打包验证OK:  大EP验证: 镜像信息:
https://cmc-szv.clouddragon.huawei.com/cmcversion/index/findSnapshotRelease?deltaId=14076751309850496&isSelect=Inner&url_data=MindIE-images
在上述镜像基础上安装上面编译的whl包  安装: boot.sh内添加如实适配命令: pip install /mnt/z00833806/mindie_motor-1.0.0-cp311-cp311-linux_aarch64.whl --force-reinstall chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 550 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/*; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/boot.sh; chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 700 /root; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/model_config/*.json; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/machine_config/*.json; 拉起OK  业务验证curl通了  ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [x] 代码注释完备 [x] 正确记录维测日志 [x] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!71
4 个月前
build_3rdparty.sh
【MindIE MS】删除kmc和cpp-httplib下载 Co-authored-by: 1852726<1659660851@qq.com> # message auto-generated for no-merge-commit merge:
!36
merge dev_download into dev 【MindIE MS】删除kmc和cpp-httplib下载 Created-by: liyizhou991014 Commit-by: 1852726 Merged-by: ascend-robot Description: ## **1. 合入背景** Fix part of
#2
Motor组件KMC日落 ## **2. 修改内容** 删除编译构建脚本中下载httplib和kmc相关组件的代码 ## **3. 资料变更** 不涉及 ## **4. 接口变更** 不涉及 ## **5. 测试结果** ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [ ] 代码注释完备 [ ] 正确记录维测日志 [ ] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!36
4 个月前
build_benchmark.sh
MindIE Motor仓目录调整 Co-authored-by: zhangdiago<zhangdi5@huawei.com> # message auto-generated for no-merge-commit merge:
!71
merge personal/z00833806/Motor_Dir0121 into dev MindIE Motor仓目录调整 Created-by: zhangdiago Commit-by: zhangdiago Merged-by: ascend-robot Description: ## **1. 合入背景** 开源社区目录与代码整改方案对齐 [
#46
](
https://gitcode.com/Ascend/MindIE-Motor/issues/46)
1/3 15:30–16:30 (UTC+08:00)Beijing 陈波;何建平;康宇昕;柯展;罗福云;王晓鹏;吕有辉;吴铭泾;王君;张迪;喻军宇;耿力;王洋 通过线上会议+群聊对齐方式达成一致: nodeManager和om adapter两个python组建,更改目录结构到mindie motor下,与mindie motor一起出一个整包,不再单独出包,原本的mindie service目录废弃; ## **2. 修改内容** 1.mindie_service改为mindie_motor; 2.management_service改为src 3.http_client_ctl挪到src目录; 4.mindie_motor下新增python/mindie_motor目录,node_manager、om_adapter挪到此目录下,另外controller和coordinator的whl包打包代码也放在此目录 ## **3. 资料变更** 资料需要适配新目录 ## **4. 接口变更** 不涉及 ## **5. 测试结果** 打包验证OK:  大EP验证: 镜像信息:
https://cmc-szv.clouddragon.huawei.com/cmcversion/index/findSnapshotRelease?deltaId=14076751309850496&isSelect=Inner&url_data=MindIE-images
在上述镜像基础上安装上面编译的whl包  安装: boot.sh内添加如实适配命令: pip install /mnt/z00833806/mindie_motor-1.0.0-cp311-cp311-linux_aarch64.whl --force-reinstall chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 550 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/*; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/boot.sh; chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 700 /root; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/model_config/*.json; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/machine_config/*.json; 拉起OK  业务验证curl通了  ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [x] 代码注释完备 [x] 正确记录维测日志 [x] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!71
4 个月前
build_client.sh
MindIE Motor仓目录调整 Co-authored-by: zhangdiago<zhangdi5@huawei.com> # message auto-generated for no-merge-commit merge:
!71
merge personal/z00833806/Motor_Dir0121 into dev MindIE Motor仓目录调整 Created-by: zhangdiago Commit-by: zhangdiago Merged-by: ascend-robot Description: ## **1. 合入背景** 开源社区目录与代码整改方案对齐 [
#46
](
https://gitcode.com/Ascend/MindIE-Motor/issues/46)
1/3 15:30–16:30 (UTC+08:00)Beijing 陈波;何建平;康宇昕;柯展;罗福云;王晓鹏;吕有辉;吴铭泾;王君;张迪;喻军宇;耿力;王洋 通过线上会议+群聊对齐方式达成一致: nodeManager和om adapter两个python组建,更改目录结构到mindie motor下,与mindie motor一起出一个整包,不再单独出包,原本的mindie service目录废弃; ## **2. 修改内容** 1.mindie_service改为mindie_motor; 2.management_service改为src 3.http_client_ctl挪到src目录; 4.mindie_motor下新增python/mindie_motor目录,node_manager、om_adapter挪到此目录下,另外controller和coordinator的whl包打包代码也放在此目录 ## **3. 资料变更** 资料需要适配新目录 ## **4. 接口变更** 不涉及 ## **5. 测试结果** 打包验证OK:  大EP验证: 镜像信息:
https://cmc-szv.clouddragon.huawei.com/cmcversion/index/findSnapshotRelease?deltaId=14076751309850496&isSelect=Inner&url_data=MindIE-images
在上述镜像基础上安装上面编译的whl包  安装: boot.sh内添加如实适配命令: pip install /mnt/z00833806/mindie_motor-1.0.0-cp311-cp311-linux_aarch64.whl --force-reinstall chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 550 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/*; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/boot.sh; chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 700 /root; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/model_config/*.json; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/machine_config/*.json; 拉起OK  业务验证curl通了  ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [x] 代码注释完备 [x] 正确记录维测日志 [x] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!71
4 个月前
create_package.sh
MindIE Motor仓目录调整 Co-authored-by: zhangdiago<zhangdi5@huawei.com> # message auto-generated for no-merge-commit merge:
!71
merge personal/z00833806/Motor_Dir0121 into dev MindIE Motor仓目录调整 Created-by: zhangdiago Commit-by: zhangdiago Merged-by: ascend-robot Description: ## **1. 合入背景** 开源社区目录与代码整改方案对齐 [
#46
](
https://gitcode.com/Ascend/MindIE-Motor/issues/46)
1/3 15:30–16:30 (UTC+08:00)Beijing 陈波;何建平;康宇昕;柯展;罗福云;王晓鹏;吕有辉;吴铭泾;王君;张迪;喻军宇;耿力;王洋 通过线上会议+群聊对齐方式达成一致: nodeManager和om adapter两个python组建,更改目录结构到mindie motor下,与mindie motor一起出一个整包,不再单独出包,原本的mindie service目录废弃; ## **2. 修改内容** 1.mindie_service改为mindie_motor; 2.management_service改为src 3.http_client_ctl挪到src目录; 4.mindie_motor下新增python/mindie_motor目录,node_manager、om_adapter挪到此目录下,另外controller和coordinator的whl包打包代码也放在此目录 ## **3. 资料变更** 资料需要适配新目录 ## **4. 接口变更** 不涉及 ## **5. 测试结果** 打包验证OK:  大EP验证: 镜像信息:
https://cmc-szv.clouddragon.huawei.com/cmcversion/index/findSnapshotRelease?deltaId=14076751309850496&isSelect=Inner&url_data=MindIE-images
在上述镜像基础上安装上面编译的whl包  安装: boot.sh内添加如实适配命令: pip install /mnt/z00833806/mindie_motor-1.0.0-cp311-cp311-linux_aarch64.whl --force-reinstall chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 550 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/*; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/examples/kubernetes_deploy_scripts/boot_helper/boot.sh; chmod 500 /usr/local/lib/python3.11/site-packages/mindie_motor/scripts/http_client_ctl/*; chmod 700 /root; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/model_config/*.json; chmod 640 /usr/local/lib/python3.11/site-packages/mindie_motor/conf/machine_config/*.json; 拉起OK  业务验证curl通了  ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [x] 代码注释完备 [x] 正确记录维测日志 [x] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!71
4 个月前
dependency.json
【MindIE MS】删除kmc和cpp-httplib下载 Co-authored-by: 1852726<1659660851@qq.com> # message auto-generated for no-merge-commit merge:
!36
merge dev_download into dev 【MindIE MS】删除kmc和cpp-httplib下载 Created-by: liyizhou991014 Commit-by: 1852726 Merged-by: ascend-robot Description: ## **1. 合入背景** Fix part of
#2
Motor组件KMC日落 ## **2. 修改内容** 删除编译构建脚本中下载httplib和kmc相关组件的代码 ## **3. 资料变更** 不涉及 ## **4. 接口变更** 不涉及 ## **5. 测试结果** ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [ ] 代码注释完备 [ ] 正确记录维测日志 [ ] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!36
4 个月前
download_3rdparty.py
[dev]Synchronize code Co-authored-by: forcekeng<gengli8@huawei.com>
5 个月前
makeself-header.sh
[dev]Synchronize code Co-authored-by: forcekeng<gengli8@huawei.com>
5 个月前
patch_grpc_and_dependency.sh
[dev]Synchronize code Co-authored-by: forcekeng<gengli8@huawei.com>
5 个月前
prepare_3rdparty_dependency.sh
【MindIE MS】删除kmc和cpp-httplib下载 Co-authored-by: 1852726<1659660851@qq.com> # message auto-generated for no-merge-commit merge:
!36
merge dev_download into dev 【MindIE MS】删除kmc和cpp-httplib下载 Created-by: liyizhou991014 Commit-by: 1852726 Merged-by: ascend-robot Description: ## **1. 合入背景** Fix part of
#2
Motor组件KMC日落 ## **2. 修改内容** 删除编译构建脚本中下载httplib和kmc相关组件的代码 ## **3. 资料变更** 不涉及 ## **4. 接口变更** 不涉及 ## **5. 测试结果** ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [ ] 代码注释完备 [ ] 正确记录维测日志 [ ] 是否有UT用例 See merge request: Ascend/MindIE-Motor
!36
4 个月前