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

torchaudio issue #12

Open
AlfaranoAndrea opened this issue Apr 7, 2022 · 5 comments
Open

torchaudio issue #12

AlfaranoAndrea opened this issue Apr 7, 2022 · 5 comments

Comments

@AlfaranoAndrea
Copy link

first of all i want to thank you, without all your effort i won't ever been able to use PyTorch over my GPU, I'm very grateful.
I should use torchaudio for an exam, but when i try to install this library, the installer first remove PyTorch gfx803 compatible that i installed before, after it reinstall pytorch (not gfx803 compatible) and finally install torchaudio, losing gpu compatibility.
Do you know how can i resolve this issue?
thanks in advantage
image

@xuhuisheng
Copy link
Owner

Looks like torchaudio need torch-1.10.2, which will replace the torch-1.11.0.

@AlfaranoAndrea
Copy link
Author

image
this maybe explain better the situation: i istalled pytorch compiling the github rocm compatible version (as explain here: https://github.com/xuhuisheng/rocm-build/tree/master/gfx803)
how can i say to torchaudio that have to use this pythorch version?

@xuhuisheng
Copy link
Owner

We'd better re-compile torchaudio.

@AlfaranoAndrea
Copy link
Author

Hi, i installed latest package from your last release. Everything goes well, except for torch audio. If i try to import torchaudio i get this:
OSError: /home/fi/.local/lib/python3.8/site-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZN3c1010Dispatcher17runRecordFunctionERN2at14RecordFunctionERKNS_14OperatorHandleENS_11DispatchKeyEOSt6vectorINS_6IValueESaIS9_EE

I think that torchaudio 0.11.0 is no longer compatible with your pytorch compiled version. Pleas can you update the re-compiled package? torchvision 0.12.0-rc1 run perfectly, i guess that the same version of torchaudio resolve the issue. thanks for all support

TO REPRODUCE THE ISSUE:
import torch
import torchaudio

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