feat: migrate from pybind11 to nanobind#244
Open
Artlesbol wants to merge 2 commits intosophgo:masterfrom
Open
Conversation
… hook - Replace all Chinese comments with English equivalents - Improve code readability for international contributors - Translate by qwen3-8b using tools uploaded on https://github.com/Artlesbol/llm-comments-translator# - Add language check in pre-commit hook --------- Co-authored-by: CharlesXin <110083740+charlesxzb@users.noreply.github.com>
- Replace pybind11 with nanobind across all Python bindings modules, - updating CMakeLists.txt, include headers, and module declarations.
Contributor
Author
|
about issue #237 |
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.
我执行了
python/test/test_onnx.py测试程序并按README上的两个样例进行了测试(未将产物拷贝到开发板子上执行,仅完成容器中的转换流程),以上测试全部通过,如果需要完善更多测试,请告知我I executed the
python/test/test_onnx.pytest program and conducted the tests according to the two examples in the README (I did not copy the results to the development board for execution; I only completed the conversion process within the container). All the tests passed. If you need to add more tests, please let me know.