Skip to content
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

Not support Pytorch 1.5 #8

Closed
li563042811 opened this issue Oct 21, 2020 · 1 comment
Closed

Not support Pytorch 1.5 #8

li563042811 opened this issue Oct 21, 2020 · 1 comment

Comments

@li563042811
Copy link

I used warp_rnnt 0.4.0 and tried 0.3.0. Both of them could not work with pytorch 1.5.
The traceback showed this:

_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c1012CUDATensorIdEv

But when I changed pytorch from 1.5 to 1.0. Both of them worked.
Here is my env:
python 3.7.7
pytorch 1.5
gcc 4.8.5

Maybe you can fix it and your work will be appreciated.

@1ytic
Copy link
Owner

1ytic commented Oct 24, 2020

You probably need to install a proper CUDA libraries. Have a look at this issue #7

@1ytic 1ytic closed this as completed Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants