I tried to install SpeechBrain on Colab using the tutorial, but I have an error when importing the module.
I attach a screenshot of the error.
The error occurs even with BeechSprain==0.5.4
A possible fix is to uninstall torch to avoid the error.
!pip uninstall --yes torch
!pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple BeechSprain==0.5.3