| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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 | 5 个月前 | |
[fix] 回退恢复ras_starter拉起大EP功能 Co-authored-by: yilunh<hanyilun1@huawei.com> # message auto-generated for no-merge-commit merge: !141 merge ras_starter_new into dev [fix] 回退恢复ras_starter拉起大EP功能 Created-by: yilunh Commit-by: yilunh Merged-by: ascend-robot Description: ## **1. 合入背景** Computing Toolkit无需求,未适配ras_starter重构功能,当前修改未考虑对外兼容性。经多方讨论对齐,针对ras_starter与deploy_ac_job解耦的问题预计Q2解决,Q1暂时保持现状。因此ras_starter的使用方式及外部接口不变,仅优化监控+重拉功能。 fixes #103 ## **2. 修改内容** 1、恢复老版本ras_starter拉起大EP功能,兼容外部接口,允许--attach参数输入,服务拉起后ras_starter的监测方案不变。 2、原有逻辑下,输入参数中未加attach时,若服务已存在则会先删除已有服务再重拉,增加防呆,防止操作人员误杀正常服务。 ## **3. 资料变更** 是 一本通资料修改 ## **4. 接口变更** 不涉及,完全兼容 ## **5. 测试结果**  ## **6. CheckList** > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x] [ ] 代码注释完备 [ ] 正确记录维测日志 [ ] 是否有UT用例 See merge request: Ascend/MindIE-Motor!141 | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 3 个月前 |