| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
【开源资料】添加缺失的 pybind11 依赖 Co-authored-by: xuchi<xuchicolson@163.com> # message auto-generated for no-merge-commit merge: !813 merge A00226 into dev 【开源资料】添加缺失的 pybind11 依赖 Created-by: martinXuc Commit-by: xuchi Merged-by: ascend-robot Description: <!-- PR描述模板更新日期:20251225 --> # 合入背景 MindIE 2.3.0 版本的依赖列表中缺少 pybind11,导致用户从源码编译安装时可能因缺少该依赖而构建失败。本 PR 补充 pybind11 到依赖文档和 requirements.txt 中。 Fixes [#420](https://gitcode.com/Ascend/MindIE-LLM/issues/420) # 修改内容 1. 在 requirements.txt 中添加 pybind11==3.0.1 依赖项 2. 在文档 docs/zh/user_guide/install/source/preparing_software_and_dependencies.md 依赖表格中补充 pybind11 3.0.1 条目,标注为 MindIE 2.3.0 版本新增 # 资料变更 涉及。在安装指南的依赖表格中新增 pybind11 条目。 # 接口变更 不涉及。 # 测试结果 - 本地验证 requirements.txt 可正常安装 - 文档渲染确认表格格式正确 # CheckList > PR提交人对以下CheckList自检项进行全量自检,自检通过或不涉及,均修改 [ ] 为 [x]。 - [x] 代码注释完备 - [x] 正确记录错误日志 - [x] 进行了返回值校验 (禁止使用void屏蔽安全函数、自研函数返回值;考虑接口的异常场景;调用底层组件接口时,需要进行返回值校验) - [x] 进行了空指针校验 - [x] 若存在资源申请,使用后资源被正确的释放了 - [x] 若涉及多线程场景,考虑了并发场景,不存在死锁问题 - [x] 按照[代码仓中提供的格式模板](https://gitcode.com/Ascend/MindIE-LLM/blob/master/.clang-format),使用clang-format工具格式化代码 - [x] 符合Ascend社区的编码规范。[C++ 语言编程指导](https://gitcode.com/Ascend/community/blob/master/docs/contributor/Ascend-cpp-coding-style-guide.md) | [C++ 语言安全编程指导](https://gitcode.com/Ascend/community/blob/master/docs/contributor/Ascend-cpp-secure-coding-guide.md) See merge request: Ascend/MindIE-LLM!813 | 4 个月前 |