-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Onnx multifile import #27449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.x
Are you sure you want to change the base?
Onnx multifile import #27449
Conversation
@vpisarev @asmorkalov I think I have fixed the CUDA FP16 test, can we re-trigger the extended checks? |
There is linkage issue with MS VC compiler:
|
@asmorkalov , it seems this an issue with the protoc version on the build bot and happens after the update of the |
@nklskyoy, it looks like opencv/3rdparty/protobuf needs to be updated to some newer version |
LLMs are larger than 2GB and don't fit into single file onnx. this patch adds support for importing large onnx models with external data
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.