What is the proper way to install torchaudio in AWS sagemaker GPU container? and why is it not pre-installed?
I tried pip install torchaudio
but it tries to uninstall and install pytorch as well that breaks the whole container. I got segmentation fault
error probably because it installed CPU based version of pytorch and torchaudio.
The fact that pip auto uninstall and installs Pytorch probably shows that you're installing a torchaudio version which is uncompatible with the pytorch version. Perhaps: