-
Notifications
You must be signed in to change notification settings - Fork 34
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
load libtorch2trt_dynamic.so error #11
Comments
|
I config the setup.py like this: |
Please follow these steps. |
|
Yes, read this for detail. |
I export the libtorch2trt_dynamic.so by "sudo python setup.py develop --plugins" and configure the trt and cuda path, but when I use the .so , it always get the error
"OSError: libtorch2trt_dynamic.so: undefined symbol: _ZNK6google8protobuf7Message11GetTypeNameEv"
did you try and finish the whole build&load process
the "libtorch2trt_dynamic.so" I export, its size just 500kb. Then I get the "libtorch2trt.so" by the same way in the project(torch2trt) ,its size is 7.2Mb,which can load correctly
The text was updated successfully, but these errors were encountered: